|
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_1_1 = "alias_test:trailing_digit_conflict_d" |
| 21 | +// CHECK-DAG: #test_alias_conflict0_1_2 = "alias_test:trailing_digit_conflict_e" |
| 22 | +// CHECK-DAG: #test_alias_conflict0_1_3 = "alias_test:trailing_digit_conflict_f" |
| 23 | +// CHECK-DAG: #test_alias_conflict0_1_1_1 = "alias_test:trailing_digit_conflict_g" |
| 24 | +"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", "alias_test:trailing_digit_conflict_e", "alias_test:trailing_digit_conflict_f", "alias_test:trailing_digit_conflict_g"]} : () -> () |
23 | 25 |
|
24 | 26 | // 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 | 27 | "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 | 30 | // CHECK-DAG: tensor<32xf32, #test_encoding>
|
29 | 31 | "test.op"() : () -> tensor<32xf32, "alias_test:tensor_encoding">
|
30 | 32 |
|
31 |
| -// CHECK-DAG: !test_ui8_ = !test.int<unsigned, 8> |
32 |
| -// CHECK-DAG: tensor<32x!test_ui8_> |
| 33 | +// CHECK-DAG: !test_ui8 = !test.int<unsigned, 8> |
| 34 | +// CHECK-DAG: tensor<32x!test_ui8> |
33 | 35 | "test.op"() : () -> tensor<32x!test.int<unsigned, 8>>
|
34 | 36 |
|
35 | 37 | // CHECK-DAG: #[[LOC_NESTED:.+]] = loc("nested")
|
|
47 | 49 | // -----
|
48 | 50 |
|
49 | 51 | // 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_ |
| 52 | +// CHECK: !test_ui8 = !test.int<unsigned, 8> |
| 53 | +// CHECK: #test.attr_with_self_type_param : !test_ui8 |
52 | 54 | "test.op"() {alias_test = #test.attr_with_self_type_param : !test.int<unsigned, 8> } : () -> ()
|
53 | 55 |
|
54 | 56 | // -----
|
|
0 commit comments