|
1 | 1 | ; 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 |
6 | 6 |
|
7 | 7 | define <4 x half> @shuffle_v4f16(<4 x half> %x, <4 x half> %y) { |
8 | 8 | ; CHECK-LABEL: shuffle_v4f16: |
@@ -308,7 +308,3 @@ define <4 x half> @vrgather_shuffle_vx_v4f16_load(ptr %p) { |
308 | 308 | %s = shufflevector <4 x half> %v, <4 x half> undef, <4 x i32> <i32 1, i32 1, i32 1, i32 1> |
309 | 309 | ret <4 x half> %s |
310 | 310 | } |
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