Skip to content

Commit 6672caa

Browse files
committed
Addressing review feedback
1 parent 2b63c0f commit 6672caa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/test/Transforms/remove-dead-values.mlir

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ func.func @acceptable_ir_has_cleanable_loop_of_conditional_and_branch_op(%arg0:
3535
%non_live = arith.constant 0 : i32
3636
// CHECK-NOT: arith.constant
3737
cf.br ^bb1(%non_live : i32)
38+
// CHECK: cf.br ^[[BB1:bb[0-9]+]]
3839
^bb1(%non_live_1 : i32):
39-
// CHECK: ^[[BB1:bb[0-9]+]]:
40+
// CHECK: ^[[BB1]]:
4041
%non_live_5 = arith.constant 1 : i32
4142
cf.br ^bb3(%non_live_1, %non_live_5 : i32, i32)
4243
// CHECK: cf.br ^[[BB3:bb[0-9]+]]

0 commit comments

Comments
 (0)