Skip to content

Commit 0819fec

Browse files
committed
[RISCV] Add back -verify-machineinstrs to some tests. NFC
These were accidentally removed in 7c812ea
1 parent 7c812ea commit 0819fec

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

llvm/test/CodeGen/RISCV/rvv/vp-splice-mask-vectors.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2-
; RUN: llc -mtriple=riscv64 -mattr=+v < %s | FileCheck %s --check-prefix=NOVLDEP
3-
; RUN: llc -mtriple=riscv64 -mattr=+v,+vl-dependent-latency < %s | FileCheck %s --check-prefix=VLDEP
2+
; RUN: llc -mtriple=riscv64 -mattr=+v -verify-machineinstrs < %s | FileCheck %s --check-prefix=NOVLDEP
3+
; RUN: llc -mtriple=riscv64 -mattr=+v,+vl-dependent-latency -verify-machineinstrs < %s | FileCheck %s --check-prefix=VLDEP
44

55
declare <vscale x 1 x i1> @llvm.experimental.vp.splice.nxv1i1(<vscale x 1 x i1>, <vscale x 1 x i1>, i32, <vscale x 1 x i1>, i32, i32)
66
declare <vscale x 2 x i1> @llvm.experimental.vp.splice.nxv2i1(<vscale x 2 x i1>, <vscale x 2 x i1>, i32, <vscale x 2 x i1>, i32, i32)

llvm/test/CodeGen/RISCV/rvv/vp-splice.ll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: llc -mtriple riscv64 -mattr=+f,+d,+v,+zfh,+zfbfmin,+zvfh,+zvfbfmin \
3-
; RUN: < %s | FileCheck %s --check-prefixes=CHECK,NOVLDEP,ZVFH
3+
; RUN: -verify-machineinstrs < %s | FileCheck %s --check-prefixes=CHECK,NOVLDEP,ZVFH
44
; RUN: llc -mtriple riscv64 -mattr=+f,+d,+v,+zfh,+zfbfmin,+zvfhmin,+zvfbfmin \
5-
; RUN: < %s | FileCheck %s --check-prefixes=CHECK,NOVLDEP,ZVFHMIN
5+
; RUN: -verify-machineinstrs < %s | FileCheck %s --check-prefixes=CHECK,NOVLDEP,ZVFHMIN
66
; RUN: llc -mtriple riscv64 -mattr=+f,+d,+v,+zfh,+zfbfmin,+zvfh,+zvfbfmin,+vl-dependent-latency \
7-
; RUN: < %s | FileCheck %s --check-prefixes=CHECK,VLDEP,ZVFH
7+
; RUN: -verify-machineinstrs < %s | FileCheck %s --check-prefixes=CHECK,VLDEP,ZVFH
88
; RUN: llc -mtriple riscv64 -mattr=+f,+d,+v,+zfh,+zfbfmin,+zvfhmin,+zvfbfmin,+vl-dependent-latency \
9-
; RUN: < %s | FileCheck %s --check-prefixes=CHECK,VLDEP,ZVFHMIN
9+
; RUN: -verify-machineinstrs < %s | FileCheck %s --check-prefixes=CHECK,VLDEP,ZVFHMIN
1010

1111
define <vscale x 2 x i64> @test_vp_splice_nxv2i64(<vscale x 2 x i64> %va, <vscale x 2 x i64> %vb, i32 zeroext %evla, i32 zeroext %evlb) #0 {
1212
; NOVLDEP-LABEL: test_vp_splice_nxv2i64:

0 commit comments

Comments
 (0)