Skip to content

Commit 7952720

Browse files
committed
[Attributor] Remove unused metadata checks from liveness tests
Noticed while triaging the failures on #93673 - the attributor pass doesn't emit any range metadata in these tests
1 parent 0f66915 commit 7952720

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

llvm/test/Transforms/Attributor/cb_liveness_disabled.ll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,6 @@ define i32 @test_ncheck2(i32 %0) #0 {
189189

190190
attributes #0 = { noinline nounwind sspstrong uwtable}
191191

192-
; TUNIT_: !0 = !{i32 0, i32 101}
193-
; TUNIT_: !1 = !{i32 100, i32 201}
194-
;.
195192
; TUNIT: attributes #[[ATTR0]] = { mustprogress nofree noinline norecurse nosync nounwind sspstrong willreturn memory(none) uwtable }
196193
; TUNIT: attributes #[[ATTR1:[0-9]+]] = { nofree nosync nounwind willreturn memory(none) }
197194
;.

llvm/test/Transforms/Attributor/cb_liveness_enabled.ll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,6 @@ define i32 @test_ncheck2(i32 %0) #0 {
192192

193193
attributes #0 = { noinline nounwind sspstrong uwtable}
194194

195-
; TUNIT_: !0 = !{i32 0, i32 101}
196-
; TUNIT_: !1 = !{i32 100, i32 201}
197-
;.
198195
; TUNIT: attributes #[[ATTR0]] = { mustprogress nofree noinline norecurse nosync nounwind sspstrong willreturn memory(none) uwtable }
199196
; TUNIT: attributes #[[ATTR1:[0-9]+]] = { nofree nosync nounwind willreturn memory(none) }
200197
;.

0 commit comments

Comments
 (0)