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 0e90f39 commit b3cf941Copy full SHA for b3cf941
mlir/test/lib/Interfaces/LoopLikeInterface/TestLoopZeroTripCheck.cpp
@@ -35,7 +35,8 @@ struct TestLoopZeroTripCheck
35
func.walk([&](LoopLikeOpInterface op) {
36
auto result = op.replaceWithZeroTripCheck(rewriter);
37
if (failed(result)) {
38
- // Ignore failures (e.g. not implemented) in tests.
+ // Ignore not implemented failure in tests. The expected output should
39
+ // catch problems (e.g. transformation doesn't happen).
40
}
41
});
42
0 commit comments