Skip to content

Commit b3cf941

Browse files
author
Jerry Wu
committed
Improve comments
1 parent 0e90f39 commit b3cf941

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/test/lib/Interfaces/LoopLikeInterface/TestLoopZeroTripCheck.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ struct TestLoopZeroTripCheck
3535
func.walk([&](LoopLikeOpInterface op) {
3636
auto result = op.replaceWithZeroTripCheck(rewriter);
3737
if (failed(result)) {
38-
// Ignore failures (e.g. not implemented) in tests.
38+
// Ignore not implemented failure in tests. The expected output should
39+
// catch problems (e.g. transformation doesn't happen).
3940
}
4041
});
4142
}

0 commit comments

Comments
 (0)