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 1f4fba7 commit 7736abbCopy full SHA for 7736abb
mlir/lib/Dialect/MemRef/Transforms/ReifyResultShapes.cpp
@@ -138,7 +138,6 @@ void ReifyResultShapesPass::runOnOperation() {
138
IRRewriter rewriter(&getContext());
139
for (ReifyRankedShapedTypeOpInterface op : ops) {
140
rewriter.setInsertionPoint(op);
141
- if (failed(memref::reifyOpResultShapes(rewriter, op)))
142
- return signalPassFailure();
+ (void)memref::reifyOpResultShapes(rewriter, op);
143
}
144
0 commit comments