Skip to content

Commit bf8c1de

Browse files
Fix linter error.
Signed-off-by: MaheshRavishankar <[email protected]>
1 parent 7e37490 commit bf8c1de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/test/lib/Interfaces/TilingInterface/TestTilingInterfaceTransformOps.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ transform::TestFuseConsumerOp::apply(TransformRewriter &rewriter,
207207
Operation *consumer = *state.getPayloadOps(getConsumer()).begin();
208208

209209
SmallVector<LoopLikeOpInterface> loops;
210-
// Since the matcher works inside-out, we need to iterate the loops in reverse.
210+
// Since the matcher works inside-out, we need to iterate the loops in
211+
// reverse.
211212
for (auto loop : llvm::reverse(getLoops())) {
212213
auto loopLikeOp =
213214
dyn_cast<LoopLikeOpInterface>(*state.getPayloadOps(loop).begin());

0 commit comments

Comments
 (0)