Skip to content

Commit 62f24e0

Browse files
committed
Clang-format of suggestion
1 parent 808e0a4 commit 62f24e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/lib/Dialect/Affine/IR/AffineOps.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4788,7 +4788,8 @@ struct SplitDelinearizeSpanningLastLinearizeArg final
47884788

47894789
if (elemsToSplit < 2)
47904790
return rewriter.notifyMatchFailure(
4791-
delinearizeOp, "need at least two elements to form the basis product");
4791+
delinearizeOp,
4792+
"need at least two elements to form the basis product");
47924793

47934794
Value linearizeWithoutBack =
47944795
rewriter.create<affine::AffineLinearizeIndexOp>(

0 commit comments

Comments
 (0)