21
21
// expected-remark @below {{internal colliding_4}}
22
22
// expected-remark @below {{internal colliding_5}}
23
23
module attributes {transform.with_named_sequence } {
24
- // CHECK: transform.named_sequence @print_message(
25
- // CHECK: transform.include @private_helper
24
+ // CHECK-DAG : transform.named_sequence @print_message(
25
+ // CHECK-DAG : transform.include @private_helper
26
26
transform.named_sequence private @print_message (!transform.any_op {transform.readonly })
27
27
28
28
// These ops collide with ops from the other module before or after renaming.
@@ -42,6 +42,8 @@ module attributes {transform.with_named_sequence} {
42
42
transform.test_print_remark_at_operand %arg0 , " internal colliding_3" : !transform.any_op
43
43
transform.yield
44
44
}
45
+ // This symbol is public and thus can't be renamed.
46
+ // CHECK-DAG: transform.named_sequence @colliding_4(
45
47
transform.named_sequence @colliding_4 (%arg0: !transform.any_op {transform.readonly }) {
46
48
transform.test_print_remark_at_operand %arg0 , " internal colliding_4" : !transform.any_op
47
49
transform.yield
@@ -51,8 +53,8 @@ module attributes {transform.with_named_sequence} {
51
53
transform.yield
52
54
}
53
55
54
- // CHECK: transform.named_sequence @unannotated(
55
- // CHECK: test_print_remark_at_operand %{{.*}}, "unannotated"
56
+ // CHECK-DAG : transform.named_sequence @unannotated(
57
+ // CHECK-DAG : test_print_remark_at_operand %{{.*}}, "unannotated"
56
58
transform.named_sequence @unannotated (!transform.any_op {transform.readonly })
57
59
58
60
transform.sequence failures (propagate ) {
0 commit comments