@@ -37,7 +37,7 @@ sil @getC : $@convention(thin) () -> @owned C
37
37
// LinearLiveness
38
38
// =============================================================================
39
39
40
- // CHECK-LABEL: testLinearRefElementEscape: linear-liveness with: %borrow
40
+ // CHECK-LABEL: testLinearRefElementEscape: linear_liveness with: %borrow
41
41
// CHECK-LABEL: Linear liveness:
42
42
// CHECK: lifetime-ending user:
43
43
// CHECK-SAME: end_borrow
@@ -56,7 +56,7 @@ sil @getC : $@convention(thin) () -> @owned C
56
56
sil [ossa] @testLinearRefElementEscape : $@convention(thin) (@guaranteed C) -> () {
57
57
bb0(%0 : @guaranteed $C):
58
58
%borrow = begin_borrow %0 : $C
59
- specify_test "linear-liveness %borrow"
59
+ specify_test "linear_liveness %borrow"
60
60
specify_test "linear_liveness_swift %borrow"
61
61
cond_br undef, bb1, bb2
62
62
@@ -78,7 +78,7 @@ bb3(%phi : @guaranteed $D):
78
78
return %99 : $()
79
79
}
80
80
81
- // CHECK-LABEL: testLinearBitwiseEscape: linear-liveness with: %borrow
81
+ // CHECK-LABEL: testLinearBitwiseEscape: linear_liveness with: %borrow
82
82
// CHECK: Linear liveness:
83
83
// CHECK: lifetime-ending user:
84
84
// CHECK-SAME: end_borrow
@@ -97,7 +97,7 @@ bb3(%phi : @guaranteed $D):
97
97
sil [ossa] @testLinearBitwiseEscape : $@convention(thin) (@guaranteed C) -> () {
98
98
bb0(%0 : @guaranteed $C):
99
99
%borrow = begin_borrow %0 : $C
100
- specify_test "linear-liveness %borrow"
100
+ specify_test "linear_liveness %borrow"
101
101
specify_test "linear_liveness_swift %borrow"
102
102
cond_br undef, bb1, bb2
103
103
@@ -115,7 +115,7 @@ bb3(%phi : @unowned $D):
115
115
return %99 : $()
116
116
}
117
117
118
- // CHECK-LABEL: testLinearInnerReborrow: linear-liveness with: @argument[0]
118
+ // CHECK-LABEL: testLinearInnerReborrow: linear_liveness with: @argument[0]
119
119
// CHECK: Linear liveness:
120
120
// CHECK: lifetime-ending user:
121
121
// CHECK-SAME: destroy_value %0
@@ -133,7 +133,7 @@ bb3(%phi : @unowned $D):
133
133
// CHECK-NEXT: testLinearInnerReborrow
134
134
sil [ossa] @testLinearInnerReborrow : $@convention(thin) (@owned C) -> () {
135
135
bb0(%0 : @owned $C):
136
- specify_test "linear-liveness @argument[0]"
136
+ specify_test "linear_liveness @argument[0]"
137
137
specify_test "linear_liveness_swift @argument[0]"
138
138
cond_br undef, bb1, bb2
139
139
@@ -152,7 +152,7 @@ bb3(%phi : @guaranteed $C):
152
152
return %99 : $()
153
153
}
154
154
155
- // CHECK-LABEL: testLinearAdjacentReborrow: linear-liveness with: %borrow
155
+ // CHECK-LABEL: testLinearAdjacentReborrow: linear_liveness with: %borrow
156
156
// CHECK: lifetime-ending user:
157
157
// CHECK-SAME: br bb3
158
158
// CHECK-NEXT: lifetime-ending user: br bb3
@@ -172,7 +172,7 @@ bb3(%phi : @guaranteed $C):
172
172
// CHECK-NEXT: testLinearAdjacentReborrow
173
173
sil [ossa] @testLinearAdjacentReborrow : $@convention(thin) (@guaranteed C) -> () {
174
174
bb0(%0 : @guaranteed $C):
175
- specify_test "linear-liveness %borrow"
175
+ specify_test "linear_liveness %borrow"
176
176
specify_test "linear_liveness_swift %borrow"
177
177
%borrow = begin_borrow %0 : $C
178
178
cond_br undef, bb1, bb2
@@ -192,7 +192,7 @@ bb3(%outer : @guaranteed $C, %inner : @guaranteed $C):
192
192
return %99 : $()
193
193
}
194
194
195
- // CHECK-LABEL: begin running test {{.*}} on testLoopConditional_incomplete_linear: linear-liveness
195
+ // CHECK-LABEL: begin running test {{.*}} on testLoopConditional_incomplete_linear: linear_liveness
196
196
// CHECK-LABEL: sil [ossa] @testLoopConditional_incomplete_linear : {{.*}} {
197
197
// CHECK: [[ENTRY:bb[0-9]+]]([[C:%[^,]+]] :
198
198
// CHECK: cond_br undef, [[HEADER:bb[0-9]+]], [[EXIT:bb[0-9]+]]
@@ -211,7 +211,7 @@ bb3(%outer : @guaranteed $C, %inner : @guaranteed $C):
211
211
// CHECK: lifetime-ending user: destroy_value [[C]]
212
212
// CHECK: last user: destroy_value [[C]]
213
213
// CHECK: boundary edge: [[HEADER]]
214
- // CHECK-LABEL: end running test {{.*}} on testLoopConditional_incomplete_linear: linear-liveness
214
+ // CHECK-LABEL: end running test {{.*}} on testLoopConditional_incomplete_linear: linear_liveness
215
215
// CHECK-LABEL: begin running test {{.*}} on testLoopConditional_incomplete_linear: linear_liveness_swift
216
216
// CHECK: Linear liveness: [[C]]
217
217
// CHECK: Live blocks:
@@ -225,7 +225,7 @@ bb3(%outer : @guaranteed $C, %inner : @guaranteed $C):
225
225
// CHECK-LABEL: end running test {{.*}} on testLoopConditional_incomplete_linear: linear_liveness_swift
226
226
sil [ossa] @testLoopConditional_incomplete_linear : $@convention(thin) (@owned C) -> () {
227
227
entry(%c : @owned $C):
228
- specify_test "linear-liveness %c"
228
+ specify_test "linear_liveness %c"
229
229
specify_test "linear_liveness_swift %c"
230
230
cond_br undef, header, exit
231
231
@@ -243,7 +243,7 @@ exit:
243
243
return %retval : $()
244
244
}
245
245
246
- // CHECK-LABEL: begin running test {{.*}} on testLoopConditional_complete_linear: linear-liveness
246
+ // CHECK-LABEL: begin running test {{.*}} on testLoopConditional_complete_linear: linear_liveness
247
247
// CHECK-LABEL: sil [ossa] @testLoopConditional_complete_linear : {{.*}} {
248
248
// CHECK: [[ENTRY:bb[0-9]+]]([[C:%[^,]+]] :
249
249
// CHECK: cond_br undef, [[HEADER:bb[0-9]+]], [[EXIT:bb[0-9]+]]
@@ -265,7 +265,7 @@ exit:
265
265
// CHECK: lifetime-ending user: destroy_value [[C]]
266
266
// CHECK: regular user: extend_lifetime [[C]]
267
267
// CHECK: last user: destroy_value [[C]]
268
- // CHECK-LABEL: end running test {{.*}} on testLoopConditional_complete_linear: linear-liveness
268
+ // CHECK-LABEL: end running test {{.*}} on testLoopConditional_complete_linear: linear_liveness
269
269
// CHECK-LABEL: begin running test {{.*}} on testLoopConditional_complete_linear: linear_liveness_swift
270
270
// CHECK: Linear liveness: [[C]]
271
271
// CHECK: Live blocks:
@@ -276,7 +276,7 @@ exit:
276
276
// CHECK-LABEL: end running test {{.*}} on testLoopConditional_complete_linear: linear_liveness_swift
277
277
sil [ossa] @testLoopConditional_complete_linear : $@convention(thin) (@owned C) -> () {
278
278
entry(%c : @owned $C):
279
- specify_test "linear-liveness %c"
279
+ specify_test "linear_liveness %c"
280
280
specify_test "linear_liveness_swift %c"
281
281
cond_br undef, header, exit
282
282
0 commit comments