Skip to content

Commit a1dc813

Browse files
committed
[mlir][mesh] fix unused variable error
1 parent e80b943 commit a1dc813

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/test/lib/Dialect/Mesh/TestProcessMultiIndexOpLowering.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ void TestMultiIndexOpLoweringPass::runOnOperation() {
4343
symbolTableCollection);
4444
LogicalResult status =
4545
applyPatternsAndFoldGreedily(getOperation(), std::move(patterns));
46+
(void)status;
4647
assert(succeeded(status) && "applyPatternsAndFoldGreedily failed.");
4748
}
4849

0 commit comments

Comments
 (0)