Skip to content

Commit a10e1e0

Browse files
committed
[RISCV] Remove unused check prefixes from double maximum/minimum test. NFC
1 parent fd41f1b commit a10e1e0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

llvm/test/CodeGen/RISCV/double-maximum-minimum.ll

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -mattr=+d \
33
; RUN: -verify-machineinstrs -target-abi=ilp32d \
4-
; RUN: | FileCheck -check-prefixes=CHECKIFD,RV32IFD %s
4+
; RUN: | FileCheck -check-prefixes=CHECKIFD %s
55
; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -mattr=+d \
66
; RUN: -verify-machineinstrs -target-abi=lp64d \
7-
; RUN: | FileCheck -check-prefixes=CHECKIFD,RV64IFD %s
7+
; RUN: | FileCheck -check-prefixes=CHECKIFD %s
88
; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -mattr=+zdinx \
99
; RUN: -verify-machineinstrs -target-abi=ilp32 \
1010
; RUN: | FileCheck -check-prefix=RV32IZFINXZDINX %s
@@ -297,7 +297,3 @@ define double @fmaximum_nnan_op_f64(double %a, double %b) nounwind {
297297
%1 = call double @llvm.maximum.f64(double %c, double %d)
298298
ret double %1
299299
}
300-
301-
;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
302-
; RV32IFD: {{.*}}
303-
; RV64IFD: {{.*}}

0 commit comments

Comments
 (0)