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 808e0a4 commit 62f24e0Copy full SHA for 62f24e0
mlir/lib/Dialect/Affine/IR/AffineOps.cpp
@@ -4788,7 +4788,8 @@ struct SplitDelinearizeSpanningLastLinearizeArg final
4788
4789
if (elemsToSplit < 2)
4790
return rewriter.notifyMatchFailure(
4791
- delinearizeOp, "need at least two elements to form the basis product");
+ delinearizeOp,
4792
+ "need at least two elements to form the basis product");
4793
4794
Value linearizeWithoutBack =
4795
rewriter.create<affine::AffineLinearizeIndexOp>(
0 commit comments