[llvm] d66084b - [RISCV] Remove unnecessary bf16 -mattr from vfmv.v.f.ll. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 13 21:50:25 PDT 2024
Author: Craig Topper
Date: 2024-06-13T21:41:35-07:00
New Revision: d66084b9b8c924adacac4e5d32de02492c4478a6
URL: https://github.com/llvm/llvm-project/commit/d66084b9b8c924adacac4e5d32de02492c4478a6
DIFF: https://github.com/llvm/llvm-project/commit/d66084b9b8c924adacac4e5d32de02492c4478a6.diff
LOG: [RISCV] Remove unnecessary bf16 -mattr from vfmv.v.f.ll. NFC
Added:
Modified:
llvm/test/CodeGen/RISCV/rvv/vfmv.v.f.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/RISCV/rvv/vfmv.v.f.ll b/llvm/test/CodeGen/RISCV/rvv/vfmv.v.f.ll
index 81dc78ba9e050..237ef11d154ba 100644
--- a/llvm/test/CodeGen/RISCV/rvv/vfmv.v.f.ll
+++ b/llvm/test/CodeGen/RISCV/rvv/vfmv.v.f.ll
@@ -1,7 +1,7 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -mattr=+v,+zfh,+zvfh,+experimental-zfbfmin,+experimental-zvfbfmin \
+; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -mattr=+v,+zfh,+zvfh \
; RUN: -verify-machineinstrs -target-abi=ilp32d | FileCheck %s
-; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -mattr=+v,+zfh,+zvfh,+experimental-zfbfmin,+experimental-zvfbfmin \
+; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -mattr=+v,+zfh,+zvfh \
; RUN: -verify-machineinstrs -target-abi=lp64d | FileCheck %s
declare <vscale x 1 x half> @llvm.riscv.vfmv.v.f.nxv1f16(
More information about the llvm-commits
mailing list