Skip to content

Commit 39292e1

Browse files
committed
Remove redundant attribute
1 parent 2167266 commit 39292e1

14 files changed

+0
-23
lines changed

llvm/test/CodeGen/RISCV/live-sp.mir

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
; Function Attrs: nofree nosync nounwind readnone willreturn
2121

22-
attributes #0 = { nofree nosync nounwind readnone willreturn }
2322

2423
...
2524
---

llvm/test/CodeGen/RISCV/llvm.frexp.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1933,4 +1933,3 @@ define i32 @test_frexp_f128_i32_only_use_exp(fp128 %a) nounwind {
19331933
ret i32 %result.0
19341934
}
19351935

1936-
attributes #0 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }

llvm/test/CodeGen/RISCV/module-target-abi3.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22

33
; CHECK: Flags: 0x2, single-float ABI
44

5-
attributes #0 = { "target-features"="+f" }
65
!llvm.module.flags = !{!0}
76
!0 = !{i32 1, !"target-abi", !"ilp32f"}

llvm/test/CodeGen/RISCV/rvv/mutate-prior-vsetvli-avl.ll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,3 @@ entry:
3636
ret void
3737
}
3838

39-
attributes #1 = { nofree nounwind memory(read) }
40-
attributes #2 = { nofree nosync nounwind memory(none) }
41-
attributes #3 = { nounwind }
42-
attributes #4 = { nounwind memory(write) }

llvm/test/CodeGen/RISCV/rvv/reg-alloc-reserve-bp.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,3 @@ entry:
7373

7474
declare void @bar(i32 noundef signext, i32 noundef signext, i32 noundef signext, i32 noundef signext, i32 noundef signext, i32 noundef signext, i32 noundef signext, i32 noundef signext, ptr noundef)
7575

76-
attributes #1 = { argmemonly mustprogress nofree nosync nounwind willreturn }

llvm/test/CodeGen/RISCV/rvv/reproducer-pr146855.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,3 @@ uselistorder ptr @llvm.masked.load.nxv4i32.p0, { 1, 0 }
6666
uselistorder ptr @llvm.vector.reduce.add.nxv4i32, { 1, 0 }
6767

6868
attributes #0 = { "target-features"="+v" }
69-
attributes #1 = { nocallback nofree nosync nounwind willreturn memory(argmem: read) }
70-
attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }

llvm/test/CodeGen/RISCV/rvv/tail-agnostic-impdef-copy.mir

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
; Function Attrs: argmemonly nofree nosync nounwind readonly willreturn
2323

2424
attributes #0 = { nounwind "target-features"="+v" }
25-
attributes #1 = { argmemonly nofree nosync nounwind readonly willreturn "target-features"="+v" }
2625

2726
...
2827
---

llvm/test/CodeGen/RISCV/rvv/undef-earlyclobber-chain.mir

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
}
1515

1616
attributes #0 = { "target-features"="+v" }
17-
attributes #1 = { nocallback nofree nosync nounwind willreturn memory(none) "target-features"="+v" }
1817

1918
...
2019
---

llvm/test/CodeGen/RISCV/rvv/vrgatherei16-subreg-liveness.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,3 @@ loopIR3.i.i: ; preds = %loopIR3.i.i, %loopI
6666

6767
; Function Attrs: nounwind readnone
6868

69-
attributes #0 = { nocallback nofree nosync nounwind readnone willreturn }
70-
attributes #1 = { nounwind readnone }

llvm/test/CodeGen/RISCV/rvv/vsetvli-insert-crossbb.mir

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,6 @@
143143
}
144144

145145
attributes #0 = { "target-features"="+v" }
146-
attributes #1 = { nounwind readnone }
147-
attributes #2 = { nounwind }
148-
attributes #3 = { nounwind readonly }
149-
attributes #4 = { nounwind writeonly }
150146

151147
...
152148
---

0 commit comments

Comments
 (0)