Skip to content

Commit 44274e5

Browse files
committed
[mlir][nfc] Add missing comment in a test
Fixes an accidental omission in #67482
1 parent 97bd6d6 commit 44274e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Dialect/SCF/transform-ops.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ transform.sequence failures(propagate) {
110110
%0 = transform.structured.match ops{["arith.addi"]} in %arg1 : (!transform.any_op) -> !transform.any_op
111111
%1 = transform.loop.get_parent_for %0 : (!transform.any_op) -> !transform.op<"scf.for">
112112
%main_loop, %remainder = transform.loop.peel %1 : (!transform.op<"scf.for">) -> (!transform.op<"scf.for">, !transform.op<"scf.for">)
113-
// Make sure
113+
// Verify that both of the generated loop handles are valid
114114
transform.test_print_remark_at_operand %main_loop, "main loop" : !transform.op<"scf.for">
115115
transform.test_print_remark_at_operand %remainder, "remainder loop" : !transform.op<"scf.for">
116116
}

0 commit comments

Comments
 (0)