Skip to content

Commit 798c5fb

Browse files
committed
[RISCV] Remove unused check prefixes. NFC
1 parent 2ac156a commit 798c5fb

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp-shuffles.ll

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2-
; RUN: llc -mtriple=riscv32 -mattr=+d,+zvfh,+v -verify-machineinstrs < %s | FileCheck %s --check-prefixes=CHECK,RV32
3-
; RUN: llc -mtriple=riscv64 -mattr=+d,+zvfh,+v -verify-machineinstrs < %s | FileCheck %s --check-prefixes=CHECK,RV64
4-
; RUN: llc -mtriple=riscv32 -mattr=+d,+zvfhmin,+v -verify-machineinstrs < %s | FileCheck %s --check-prefixes=CHECK,RV32
5-
; RUN: llc -mtriple=riscv64 -mattr=+d,+zvfhmin,+v -verify-machineinstrs < %s | FileCheck %s --check-prefixes=CHECK,RV64
2+
; RUN: llc -mtriple=riscv32 -mattr=+d,+zvfh,+v -verify-machineinstrs < %s | FileCheck %s
3+
; RUN: llc -mtriple=riscv64 -mattr=+d,+zvfh,+v -verify-machineinstrs < %s | FileCheck %s
4+
; RUN: llc -mtriple=riscv32 -mattr=+d,+zvfhmin,+v -verify-machineinstrs < %s | FileCheck %s
5+
; RUN: llc -mtriple=riscv64 -mattr=+d,+zvfhmin,+v -verify-machineinstrs < %s | FileCheck %s
66

77
define <4 x half> @shuffle_v4f16(<4 x half> %x, <4 x half> %y) {
88
; CHECK-LABEL: shuffle_v4f16:
@@ -308,7 +308,3 @@ define <4 x half> @vrgather_shuffle_vx_v4f16_load(ptr %p) {
308308
%s = shufflevector <4 x half> %v, <4 x half> undef, <4 x i32> <i32 1, i32 1, i32 1, i32 1>
309309
ret <4 x half> %s
310310
}
311-
312-
;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
313-
; RV32: {{.*}}
314-
; RV64: {{.*}}

0 commit comments

Comments
 (0)