We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5663af4 commit 701773dCopy full SHA for 701773d
mhlo/transforms/optimize_mhlo/optimize_mhlo.cc
@@ -165,8 +165,8 @@ class GatherIsSlice : public OpRewritePattern<GatherOp> {
165
166
} // end anonymous namespace
167
168
-void populateOptimizeMhloPatterns(MLIRContext* context,
169
- RewritePatternSet* patterns) {
+static void populateOptimizeMhloPatterns(MLIRContext* context,
+ RewritePatternSet* patterns) {
170
patterns->add<GatherIsSlice>(context);
171
}
172
} // end namespace mhlo
0 commit comments