|
5 | 5 | // CHECK-DAG: #test2Ealias = "alias_test:dot_in_name"
|
6 | 6 | "test.op"() {alias_test = "alias_test:dot_in_name"} : () -> ()
|
7 | 7 |
|
8 |
| -// CHECK-DAG: #test_alias0_ = "alias_test:trailing_digit" |
| 8 | +// CHECK-DAG: #test_alias0 = "alias_test:trailing_digit" |
9 | 9 | "test.op"() {alias_test = "alias_test:trailing_digit"} : () -> ()
|
10 | 10 |
|
11 | 11 | // CHECK-DAG: #_0_test_alias = "alias_test:prefixed_digit"
|
|
14 | 14 | // CHECK-DAG: #_25test = "alias_test:prefixed_symbol"
|
15 | 15 | "test.op"() {alias_test = "alias_test:prefixed_symbol"} : () -> ()
|
16 | 16 |
|
17 |
| -// CHECK-DAG: #test_alias_conflict0_ = "alias_test:sanitize_conflict_a" |
18 |
| -// CHECK-DAG: #test_alias_conflict0_1 = "alias_test:sanitize_conflict_b" |
19 |
| -"test.op"() {alias_test = ["alias_test:sanitize_conflict_a", "alias_test:sanitize_conflict_b"]} : () -> () |
20 |
| - |
21 |
| -// CHECK-DAG: !tuple = tuple<i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32> |
22 |
| -"test.op"() {alias_test = "alias_test:large_tuple"} : () -> (tuple<i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32>) |
| 17 | +// CHECK-DAG: #test_alias_conflict0 = "alias_test:trailing_digit_conflict_a" |
| 18 | +// CHECK-DAG: #test_alias_conflict0_1 = "alias_test:trailing_digit_conflict_b" |
| 19 | +// CHECK-DAG: #test_alias_conflict0_2 = "alias_test:trailing_digit_conflict_c" |
| 20 | +// CHECK-DAG: #test_alias_conflict0_3 = "alias_test:trailing_digit_conflict_d" |
| 21 | +"test.op"() {alias_test = ["alias_test:trailing_digit_conflict_a", "alias_test:trailing_digit_conflict_b", "alias_test:trailing_digit_conflict_c", "alias_test:trailing_digit_conflict_d"]} : () -> () |
23 | 22 |
|
24 | 23 | // CHECK-DAG: !test_tuple = tuple<!test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla>
|
25 | 24 | "test.op"() {alias_test = "alias_test:large_tuple"} : () -> (tuple<!test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla, !test.smpla>)
|
|
28 | 27 | // CHECK-DAG: tensor<32xf32, #test_encoding>
|
29 | 28 | "test.op"() : () -> tensor<32xf32, "alias_test:tensor_encoding">
|
30 | 29 |
|
31 |
| -// CHECK-DAG: !test_ui8_ = !test.int<unsigned, 8> |
32 |
| -// CHECK-DAG: tensor<32x!test_ui8_> |
| 30 | +// CHECK-DAG: !test_ui8 = !test.int<unsigned, 8> |
| 31 | +// CHECK-DAG: tensor<32x!test_ui8> |
33 | 32 | "test.op"() : () -> tensor<32x!test.int<unsigned, 8>>
|
34 | 33 |
|
35 | 34 | // CHECK-DAG: #[[LOC_NESTED:.+]] = loc("nested")
|
|
47 | 46 | // -----
|
48 | 47 |
|
49 | 48 | // Ensure self type parameters get considered for aliases.
|
50 |
| -// CHECK: !test_ui8_ = !test.int<unsigned, 8> |
51 |
| -// CHECK: #test.attr_with_self_type_param : !test_ui8_ |
| 49 | +// CHECK: !test_ui8 = !test.int<unsigned, 8> |
| 50 | +// CHECK: #test.attr_with_self_type_param : !test_ui8 |
52 | 51 | "test.op"() {alias_test = #test.attr_with_self_type_param : !test.int<unsigned, 8> } : () -> ()
|
53 | 52 |
|
54 | 53 | // -----
|
|
0 commit comments