Skip to content

Commit 8e3800f

Browse files
committed
Remove redundant comment
1 parent e2a68a2 commit 8e3800f

10 files changed

+0
-25
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
ret void
1818
}
1919

20-
; Function Attrs: nofree nosync nounwind readnone willreturn
21-
22-
2320
...
2421
---
2522
name: test1

llvm/test/CodeGen/RISCV/rvv/debug-info-rvv-dbg-value.mir

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@
5757
unreachable, !dbg !8
5858
}
5959

60-
; Function Attrs: nounwind readnone speculatable willreturn
61-
6260
!llvm.dbg.cu = !{!0}
6361
!llvm.debugify = !{!3, !3}
6462
!llvm.module.flags = !{!4}

llvm/test/CodeGen/RISCV/rvv/fold-binary-reduce.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,6 @@ entry:
324324
ret float %res
325325
}
326326

327-
; Function Attrs: nofree nosync nounwind readnone willreturn
328-
329327
define void @crash(<2 x i32> %0) {
330328
; CHECK-LABEL: crash:
331329
; CHECK: # %bb.0: # %entry

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
@__const.test.var_45 = private unnamed_addr constant [2 x i8] c"\D1S", align 1
44
@__const.test.var_101 = private unnamed_addr constant [2 x i8] c"\830", align 1
55

6-
; Function Attrs: nounwind vscale_range(2,1024)
76
define dso_local void @test(ptr nocapture noundef %var_99) {
87
; CHECK-LABEL: test:
98
; CHECK: # %bb.0: # %entry

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ middle.block: ; preds = %vector.body
5757
ret i32 %13
5858
}
5959

60-
; Function Attrs: nocallback nofree nosync nounwind willreturn memory(argmem: read)
61-
62-
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
63-
6460
; uselistorder directives
6561
uselistorder ptr @llvm.masked.load.nxv4i32.p0, { 1, 0 }
6662
uselistorder ptr @llvm.vector.reduce.add.nxv4i32, { 1, 0 }

llvm/test/CodeGen/RISCV/rvv/sifive-O0-ATM-ATK.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ entry:
1414
ret void
1515
}
1616

17-
; Function Attrs: nocallback nofree nosync nounwind willreturn

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
ret <vscale x 8 x i64> %load
2020
}
2121

22-
; Function Attrs: argmemonly nofree nosync nounwind readonly willreturn
23-
2422
attributes #0 = { nounwind "target-features"="+v" }
2523

2624
...

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,3 @@ loopIR3.i.i: ; preds = %loopIR3.i.i, %loopI
6262
br label %loopIR3.i.i
6363
}
6464

65-
; Function Attrs: nocallback nofree nosync nounwind readnone willreturn
66-
67-
; Function Attrs: nounwind readnone
68-

llvm/test/CodeGen/RISCV/rvv/wrong-chain-fixed-load.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ entry:
2525
ret void
2626
}
2727

28-
; Function Attrs: argmemonly mustprogress nofree nounwind willreturn
29-

llvm/test/CodeGen/RISCV/simplify-condbr.ll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
; RUN: llc -mtriple=riscv64 -verify-machineinstrs < %s \
33
; RUN: | FileCheck %s
44

5-
; Function Attrs: nocallback nofree nosync nounwind willreturn memory(argmem: readwrite)
6-
7-
; Function Attrs: nocallback nofree nosync nounwind willreturn memory(inaccessiblemem: write)
8-
95
declare fastcc i1 @S_reginclass()
106

117
declare fastcc ptr @Perl_av_store(i64)

0 commit comments

Comments
 (0)