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

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 3 23:04:34 PST 2025


================
@@ -0,0 +1,163 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=riscv32 -mattr=+experimental-zvfbfa,+v \
+; RUN:     -target-abi=ilp32d -verify-machineinstrs < %s | FileCheck %s
----------------
lukel97 wrote:

Nit, can we leave out the -target-abi flag?

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


More information about the llvm-commits mailing list