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 feb49bb commit 046dffcCopy full SHA for 046dffc
mlir/test/lib/Dialect/Mesh/TestSimplifications.cpp
@@ -33,7 +33,7 @@ void TestMeshSimplificationsPass::runOnOperation() {
33
RewritePatternSet patterns(&getContext());
34
SymbolTableCollection symbolTableCollection;
35
mesh::populateSimplificationPatterns(patterns, symbolTableCollection);
36
- LogicalResult status =
+ [[maybe_unused]] LogicalResult status =
37
applyPatternsAndFoldGreedily(getOperation(), std::move(patterns));
38
assert(succeeded(status) && "Rewrite patters application did not converge.");
39
}
0 commit comments