Skip to content

Commit d66084b

Browse files
committed
[RISCV] Remove unnecessary bf16 -mattr from vfmv.v.f.ll. NFC
1 parent 7ffeaf0 commit d66084b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/RISCV/rvv/vfmv.v.f.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2-
; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -mattr=+v,+zfh,+zvfh,+experimental-zfbfmin,+experimental-zvfbfmin \
2+
; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -mattr=+v,+zfh,+zvfh \
33
; RUN: -verify-machineinstrs -target-abi=ilp32d | FileCheck %s
4-
; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -mattr=+v,+zfh,+zvfh,+experimental-zfbfmin,+experimental-zvfbfmin \
4+
; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -mattr=+v,+zfh,+zvfh \
55
; RUN: -verify-machineinstrs -target-abi=lp64d | FileCheck %s
66

77
declare <vscale x 1 x half> @llvm.riscv.vfmv.v.f.nxv1f16(

0 commit comments

Comments
 (0)