|
1 | 1 | ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
|
2 | 2 | ; 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 |
4 | 4 | ; 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 |
6 | 6 | ; 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 |
8 | 8 | ; 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 |
10 | 10 |
|
11 | 11 | 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 {
|
12 | 12 | ; NOVLDEP-LABEL: test_vp_splice_nxv2i64:
|
|
0 commit comments