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 b6f5cba commit 7f621e3Copy full SHA for 7f621e3
mlir/lib/Dialect/Affine/Transforms/AffineExpandIndexOps.cpp
@@ -48,8 +48,7 @@ struct LowerDelinearizeIndexOps
48
49
/// Lowers `affine.linearize_index` into a sequence of multiplications and
50
/// additions.
51
-struct LowerLinearizeIndexOps final
52
- : OpRewritePattern<AffineLinearizeIndexOp> {
+struct LowerLinearizeIndexOps final : OpRewritePattern<AffineLinearizeIndexOp> {
53
using OpRewritePattern::OpRewritePattern;
54
LogicalResult matchAndRewrite(AffineLinearizeIndexOp op,
55
PatternRewriter &rewriter) const override {
0 commit comments