Skip to content

Commit 9e1ad3c

Browse files
committed
[RISCV] Remove blank lines at the end of testcases. NFC.
1 parent 0e01c72 commit 9e1ad3c

Some content is hidden

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

66 files changed

+0
-78
lines changed

llvm/test/CodeGen/RISCV/bittest.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3521,4 +3521,3 @@ define void @bit_64_1_nz_branch_i64(i64 %0) {
35213521
5:
35223522
ret void
35233523
}
3524-

llvm/test/CodeGen/RISCV/compress-inline-asm.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ define i32 @compress_test(i32 %a) {
1212
%2 = tail call i32 asm "add $0, $1, $2", "=r,r,r"(i32 %a, i32 %1)
1313
ret i32 %2
1414
}
15-

llvm/test/CodeGen/RISCV/ctz_zero_return_test.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,4 +978,3 @@ entry:
978978
declare i64 @llvm.cttz.i64(i64, i1 immarg)
979979
declare i32 @llvm.cttz.i32(i32, i1 immarg)
980980
declare i64 @llvm.ctlz.i64(i64, i1 immarg)
981-

llvm/test/CodeGen/RISCV/div_minsize.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,3 @@ define i32 @testsize4(i32 %x) minsize nounwind {
6868
%div = udiv i32 %x, 33
6969
ret i32 %div
7070
}
71-

llvm/test/CodeGen/RISCV/double-select-icmp.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,4 +508,3 @@ define double @select_icmp_sgt_zero(i32 signext %a) {
508508
%2 = select i1 %1, double 0.000000e+00, double 1.000000e+00
509509
ret double %2
510510
}
511-

llvm/test/CodeGen/RISCV/float-imm.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,3 @@ define float @float_negative_zero(ptr %pf) nounwind {
7373
; CHECKZFINX-NEXT: ret
7474
ret float -0.0
7575
}
76-

llvm/test/CodeGen/RISCV/float-select-verify.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,3 @@ declare void @foo(i64)
9090
declare void @bar(float)
9191

9292
declare float @llvm.round.f32(float)
93-

llvm/test/CodeGen/RISCV/fmax-fmin.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,4 +304,3 @@ declare float @llvm.maxnum.f32(float, float)
304304
declare double @llvm.maxnum.f64(double, double)
305305
declare float @llvm.minnum.f32(float, float)
306306
declare double @llvm.minnum.f64(double, double)
307-

llvm/test/CodeGen/RISCV/half-select-icmp.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,4 +537,3 @@ define half @select_icmp_sgt_zero(i32 signext %a) {
537537
%2 = select i1 %1, half 0.000000e+00, half 1.000000e+00
538538
ret half %2
539539
}
540-

llvm/test/CodeGen/RISCV/init-array.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ define internal void @_GLOBAL__I_a() section ".text.startup" {
2727

2828
;CTOR: .section .ctors
2929
;CTOR-NOT: section .init_array
30-

0 commit comments

Comments
 (0)