Skip to content

Commit 9a71eff

Browse files
authored
[RISCV] Remove zvfh and experimental-zvfbfmin from the tests for xsfmm. (#170589)
Those testcases don't need zvfh and experimental-zvfbfmin.
1 parent 46ef57a commit 9a71eff

13 files changed

+52
-65
lines changed

llvm/test/CodeGen/RISCV/rvv/sifive_sf_vlte16.ll

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
22
; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -mattr=+v \
3-
; RUN: -mattr=+zvfh -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
4-
; RUN: -mattr=+xsfmm32a -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
3+
; RUN: -mattr=+xsfmmbase -mattr=+xsfmm32a \
4+
; RUN: -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
55
; RUN: -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK
66
; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -mattr=+v \
7-
; RUN: -mattr=+zvfh -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
8-
; RUN: -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
9-
; RUN: -mattr=+xsfmm32a -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
7+
; RUN: -mattr=+xsfmmbase -mattr=+xsfmm32a \
8+
; RUN: -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
109
; RUN: -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK
1110

1211
define dso_local void @test_sf_vlte16(iXLen %tss, ptr %base, iXLen %vl) {

llvm/test/CodeGen/RISCV/rvv/sifive_sf_vlte32.ll

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
22
; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -mattr=+v \
3-
; RUN: -mattr=+zvfh -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
4-
; RUN: -mattr=+xsfmm32a -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
3+
; RUN: -mattr=+xsfmmbase -mattr=+xsfmm32a \
4+
; RUN: -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
55
; RUN: -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK
66
; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -mattr=+v \
7-
; RUN: -mattr=+zvfh -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
8-
; RUN: -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
9-
; RUN: -mattr=+xsfmm32a -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
7+
; RUN: -mattr=+xsfmmbase -mattr=+xsfmm32a \
8+
; RUN: -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
109
; RUN: -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK
1110

1211
define dso_local void @test_sf_vlte32(iXLen %tss, ptr %base, iXLen %vl) {

llvm/test/CodeGen/RISCV/rvv/sifive_sf_vlte64.ll

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
22
; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -mattr=+v \
3-
; RUN: -mattr=+zvfh -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
4-
; RUN: -mattr=+xsfmm32a -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
3+
; RUN: -mattr=+xsfmmbase -mattr=+xsfmm32a \
4+
; RUN: -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
55
; RUN: -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK
66
; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -mattr=+v \
7-
; RUN: -mattr=+zvfh -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
8-
; RUN: -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
9-
; RUN: -mattr=+xsfmm32a -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
7+
; RUN: -mattr=+xsfmmbase -mattr=+xsfmm32a \
8+
; RUN: -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
109
; RUN: -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK
1110

1211
define dso_local void @test_sf_vlte64(iXLen %tss, ptr %base, iXLen %vl) {

llvm/test/CodeGen/RISCV/rvv/sifive_sf_vlte8.ll

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
22
; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -mattr=+v \
3-
; RUN: -mattr=+zvfh -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
4-
; RUN: -mattr=+xsfmm32a -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
3+
; RUN: -mattr=+xsfmmbase -mattr=+xsfmm32a \
4+
; RUN: -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
55
; RUN: -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK
66
; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -mattr=+v \
7-
; RUN: -mattr=+zvfh -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
8-
; RUN: -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
9-
; RUN: -mattr=+xsfmm32a -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
7+
; RUN: -mattr=+xsfmmbase -mattr=+xsfmm32a \
8+
; RUN: -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
109
; RUN: -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK
1110

1211
define dso_local void @test_sf_vlte8(iXLen %tss, ptr %base, iXLen %vl) {

llvm/test/CodeGen/RISCV/rvv/sifive_sf_vsettk.ll

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
22
; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -mattr=+v \
3-
; RUN: -mattr=+zvfh -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
4-
; RUN: -mattr=+xsfmm32a -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
3+
; RUN: -mattr=+xsfmmbase -mattr=+xsfmm32a \
4+
; RUN: -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
55
; RUN: -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK
66
; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -mattr=+v \
7-
; RUN: -mattr=+zvfh -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
8-
; RUN: -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
9-
; RUN: -mattr=+xsfmm32a -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
7+
; RUN: -mattr=+xsfmmbase -mattr=+xsfmm32a \
8+
; RUN: -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
109
; RUN: -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK
1110

1211
define iXLen @test_sf_vsettk(iXLen %tk) {

llvm/test/CodeGen/RISCV/rvv/sifive_sf_vsettm.ll

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
22
; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -mattr=+v \
3-
; RUN: -mattr=+zvfh -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
4-
; RUN: -mattr=+xsfmm32a -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
3+
; RUN: -mattr=+xsfmmbase -mattr=+xsfmm32a \
4+
; RUN: -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
55
; RUN: -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK
66
; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -mattr=+v \
7-
; RUN: -mattr=+zvfh -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
8-
; RUN: -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
9-
; RUN: -mattr=+xsfmm32a -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
7+
; RUN: -mattr=+xsfmmbase -mattr=+xsfmm32a \
8+
; RUN: -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
109
; RUN: -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK
1110

1211
define iXLen @test_sf_vsettm(iXLen %tm) {

llvm/test/CodeGen/RISCV/rvv/sifive_sf_vsettnt.ll

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
22
; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -mattr=+v \
3-
; RUN: -mattr=+zvfh -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
4-
; RUN: -mattr=+xsfmm32a -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
3+
; RUN: -mattr=+xsfmmbase -mattr=+xsfmm32a \
4+
; RUN: -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
55
; RUN: -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK
66
; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -mattr=+v \
7-
; RUN: -mattr=+zvfh -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
8-
; RUN: -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
9-
; RUN: -mattr=+xsfmm32a -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
7+
; RUN: -mattr=+xsfmmbase -mattr=+xsfmm32a \
8+
; RUN: -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
109
; RUN: -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK
1110

1211
define iXLen @test_sf_vsettnt_e8w1(iXLen %tn) {

llvm/test/CodeGen/RISCV/rvv/sifive_sf_vste16.ll

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
22
; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -mattr=+v \
3-
; RUN: -mattr=+zvfh -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
4-
; RUN: -mattr=+xsfmm32a -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
3+
; RUN: -mattr=+xsfmmbase -mattr=+xsfmm32a \
4+
; RUN: -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
55
; RUN: -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK
66
; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -mattr=+v \
7-
; RUN: -mattr=+zvfh -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
8-
; RUN: -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
9-
; RUN: -mattr=+xsfmm32a -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
7+
; RUN: -mattr=+xsfmmbase -mattr=+xsfmm32a \
8+
; RUN: -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
109
; RUN: -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK
1110

1211
define dso_local void @test_sf_vste16(iXLen %tss, ptr %base, iXLen %vl) {

llvm/test/CodeGen/RISCV/rvv/sifive_sf_vste32.ll

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
22
; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -mattr=+v \
3-
; RUN: -mattr=+zvfh -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
4-
; RUN: -mattr=+xsfmm32a -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
3+
; RUN: -mattr=+xsfmmbase -mattr=+xsfmm32a \
4+
; RUN: -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
55
; RUN: -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK
66
; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -mattr=+v \
7-
; RUN: -mattr=+zvfh -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
8-
; RUN: -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
9-
; RUN: -mattr=+xsfmm32a -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
7+
; RUN: -mattr=+xsfmmbase -mattr=+xsfmm32a \
8+
; RUN: -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
109
; RUN: -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK
1110

1211
define dso_local void @test_sf_vste32(iXLen %tss, ptr %base, iXLen %vl) {

llvm/test/CodeGen/RISCV/rvv/sifive_sf_vste64.ll

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
22
; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -mattr=+v \
3-
; RUN: -mattr=+zvfh -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
4-
; RUN: -mattr=+xsfmm32a -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
3+
; RUN: -mattr=+xsfmmbase -mattr=+xsfmm32a \
4+
; RUN: -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
55
; RUN: -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK
66
; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -mattr=+v \
7-
; RUN: -mattr=+zvfh -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
8-
; RUN: -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \
9-
; RUN: -mattr=+xsfmm32a -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
7+
; RUN: -mattr=+xsfmmbase -mattr=+xsfmm32a \
8+
; RUN: -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \
109
; RUN: -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK
1110

1211
define dso_local void @test_sf_vste64(iXLen %tss, ptr %base, iXLen %vl) {

0 commit comments

Comments
 (0)