Skip to content

Commit 2a2d6d6

Browse files
committed
[RISCV] Remove unused check prefixes from half arith strict test. NFC
1 parent 752aa81 commit 2a2d6d6

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

llvm/test/CodeGen/RISCV/half-arith-strict.ll

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
; RUN: | FileCheck -check-prefix=CHECK-ZHINX %s
1212
; RUN: llc -mtriple=riscv32 -mattr=+zfhmin -verify-machineinstrs \
1313
; RUN: -disable-strictnode-mutation -target-abi ilp32f < %s \
14-
; RUN: | FileCheck -check-prefixes=CHECK-ZFHMIN,CHECK-ZFHMIN-RV32 %s
14+
; RUN: | FileCheck -check-prefixes=CHECK-ZFHMIN %s
1515
; RUN: llc -mtriple=riscv64 -mattr=+zfhmin -verify-machineinstrs \
1616
; RUN: -disable-strictnode-mutation -target-abi lp64f < %s \
17-
; RUN: | FileCheck -check-prefixes=CHECK-ZFHMIN,CHECK-ZFHMIN-RV64 %s
17+
; RUN: | FileCheck -check-prefixes=CHECK-ZFHMIN %s
1818
; RUN: llc -mtriple=riscv32 -mattr=+zhinxmin -verify-machineinstrs \
1919
; RUN: -disable-strictnode-mutation -target-abi ilp32 < %s \
20-
; RUN: | FileCheck -check-prefixes=CHECK-ZHINXMIN,CHECK-ZHINXMIN-RV32 %s
20+
; RUN: | FileCheck -check-prefixes=CHECK-ZHINXMIN %s
2121
; RUN: llc -mtriple=riscv64 -mattr=+zhinxmin -verify-machineinstrs \
2222
; RUN: -disable-strictnode-mutation -target-abi lp64 < %s \
23-
; RUN: | FileCheck -check-prefixes=CHECK-ZHINXMIN,CHECK-ZHINXMIN-RV64 %s
23+
; RUN: | FileCheck -check-prefixes=CHECK-ZHINXMIN %s
2424

2525
; FIXME: We can't test without Zfh because soft promote legalization isn't
2626
; implemented in SelectionDAG for STRICT nodes.
@@ -502,8 +502,3 @@ define half @fnmsub_h_2(half %a, half %b, half %c) nounwind strictfp {
502502
%1 = call half @llvm.experimental.constrained.fma.f16(half %a, half %negb, half %c, metadata !"round.dynamic", metadata !"fpexcept.strict") strictfp
503503
ret half %1
504504
}
505-
;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
506-
; CHECK-ZFHMIN-RV32: {{.*}}
507-
; CHECK-ZFHMIN-RV64: {{.*}}
508-
; CHECK-ZHINXMIN-RV32: {{.*}}
509-
; CHECK-ZHINXMIN-RV64: {{.*}}

0 commit comments

Comments
 (0)