[llvm] [RISCV][llvm] Support VFADD, VFSUB, VFMUL codegen for Zvfbfa (PR #170612)

Jim Lin via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 4 17:20:09 PST 2025


================
@@ -11,8 +11,11 @@
 ; RUN: llc -mtriple=riscv64 -mattr=+d,+zfhmin,+zvfhmin,+zfbfmin,+zvfbfmin,+v \
 ; RUN:     -target-abi=lp64d -verify-machineinstrs < %s | FileCheck %s \
 ; RUN:     --check-prefixes=CHECK,ZVFHMIN
-; RUN: llc -mtriple=riscv64 -mattr=+zvfh,+experimental-zvfbfa,+v \
-; RUN:     -target-abi=lp64d -verify-machineinstrs < %s | FileCheck %s \
+; RUN: llc -mtriple=riscv32 -mattr=+d,+zvfh,+experimental-zvfbfa,+v \
----------------
tclin914 wrote:

Why here is `+zvfh`, but in `vfmul-sdnode.ll`/`vfsub-sdnode.ll` is `+zvfhmin` 

https://github.com/llvm/llvm-project/pull/170612


More information about the llvm-commits mailing list