Skip to content

Commit 7e0f5a6

Browse files
committed
Post cleanup for llvm#164534.
1 parent ae6cb98 commit 7e0f5a6

File tree

120 files changed

+0
-508
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+0
-508
lines changed

llvm/test/CodeGen/BPF/BTF/binary-format.ll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ entry:
4444
; Function Attrs: nounwind readnone speculatable
4545
declare void @llvm.dbg.value(metadata, metadata, metadata) #1
4646

47-
attributes #0 = { nounwind readnone "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "frame-pointer"="all" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
48-
attributes #1 = { nounwind readnone speculatable }
49-
5047
!llvm.dbg.cu = !{!0}
5148
!llvm.module.flags = !{!3, !4, !5}
5249
!llvm.ident = !{!6}

llvm/test/CodeGen/BPF/BTF/builtin-btf-type-id.ll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ entry:
9696
; CHECK-NEXT: .long 48
9797
; CHECK-NEXT: .long 7
9898

99-
attributes #0 = { nounwind "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
100-
attributes #1 = { nounwind readnone }
101-
10299
!llvm.dbg.cu = !{!2}
103100
!llvm.module.flags = !{!24, !25, !26}
104101
!llvm.ident = !{!27}

llvm/test/CodeGen/BPF/BTF/char-no-debuginfo.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ define dso_local i32 @test() local_unnamed_addr #0 {
1818
; CHECK-NOT: .section .BTF
1919
; CHECK-NOT: .section .BTF.ext
2020

21-
attributes #0 = { norecurse nounwind readonly "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "frame-pointer"="all" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
22-
2321
!llvm.module.flags = !{!0}
2422
!llvm.ident = !{!1}
2523

llvm/test/CodeGen/BPF/BTF/extern-builtin.ll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ declare !dbg !4 i64 @llvm.bpf.load.byte(ptr, i64) #1
5858
; Function Attrs: nounwind readnone speculatable willreturn
5959
declare void @llvm.dbg.value(metadata, metadata, metadata) #2
6060

61-
attributes #0 = { nounwind readonly "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
62-
attributes #1 = { nounwind readonly }
63-
attributes #2 = { nounwind readnone speculatable willreturn }
64-
6561
!llvm.dbg.cu = !{!0}
6662
!llvm.module.flags = !{!9, !10, !11}
6763
!llvm.ident = !{!12}

llvm/test/CodeGen/BPF/BTF/extern-func-arg.ll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ entry:
5151

5252
declare !dbg !4 dso_local i32 @global_func(i8 signext) local_unnamed_addr #1
5353

54-
attributes #0 = { nounwind "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
55-
attributes #1 = { "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
56-
attributes #2 = { nounwind }
57-
5854
!llvm.dbg.cu = !{!0}
5955
!llvm.module.flags = !{!9, !10, !11}
6056
!llvm.ident = !{!12}

llvm/test/CodeGen/BPF/BTF/extern-global-var.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ define dso_local i32 @foo() local_unnamed_addr #0 !dbg !7 {
4545
; CHECK-NEXT: .ascii "/home/yhs/work/tests/llvm/bug/test.c" # string offset=15
4646
; CHECK-NEXT: .byte 0
4747

48-
attributes #0 = { norecurse nounwind readonly "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "frame-pointer"="all" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
49-
5048
!llvm.dbg.cu = !{!0}
5149
!llvm.module.flags = !{!3, !4, !5}
5250
!llvm.ident = !{!6}

llvm/test/CodeGen/BPF/BTF/extern-var-func-weak-section.ll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@ declare !dbg !4 extern_weak dso_local i32 @global_func(i8 signext) local_unnamed
6969
; CHECK-NEXT: .byte 0
7070
; CHECK-NEXT: .ascii "abc" # string offset=72
7171

72-
attributes #0 = { nounwind "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
73-
attributes #1 = { "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
74-
attributes #2 = { nounwind }
75-
7672
!llvm.dbg.cu = !{!0}
7773
!llvm.module.flags = !{!9, !10, !11}
7874
!llvm.ident = !{!12}

llvm/test/CodeGen/BPF/BTF/extern-var-func-weak.ll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ declare !dbg !4 extern_weak dso_local i32 @global_func(i8 signext) local_unnamed
6262
; CHECK-NEXT: .ascii "global_func" # string offset=60
6363
; CHECK-NEXT: .byte 0
6464

65-
attributes #0 = { nounwind "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
66-
attributes #1 = { "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
67-
attributes #2 = { nounwind }
68-
6965
!llvm.dbg.cu = !{!0}
7066
!llvm.module.flags = !{!9, !10, !11}
7167
!llvm.ident = !{!12}

llvm/test/CodeGen/BPF/BTF/extern-var-func.ll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ entry:
6363

6464
declare !dbg !4 dso_local i32 @global_func(i8 signext) local_unnamed_addr #1
6565

66-
attributes #0 = { nounwind "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
67-
attributes #1 = { "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
68-
attributes #2 = { nounwind }
69-
7066
!llvm.dbg.cu = !{!0}
7167
!llvm.module.flags = !{!9, !10, !11}
7268
!llvm.ident = !{!12}

llvm/test/CodeGen/BPF/BTF/extern-var-section.ll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ entry:
8686

8787
declare !dbg !6 dso_local i32 @global_func(i8 signext) local_unnamed_addr #1 section "abc"
8888

89-
attributes #0 = { nounwind "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
90-
attributes #1 = { "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
91-
attributes #2 = { nounwind }
92-
9389
!llvm.dbg.cu = !{!2}
9490
!llvm.module.flags = !{!12, !13, !14}
9591
!llvm.ident = !{!15}

0 commit comments

Comments
 (0)