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

Brandon Wu via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 4 06:47:44 PST 2025


================
@@ -783,4 +783,22 @@ let Predicates = [HasStdExtZvfbfa] in {
                    TAIL_AGNOSTIC)>;
     }
   }
+
+  defm : VPatBinaryFPSDNode_VV_VF_RM<any_fadd, "PseudoVFADD_ALT",
+                                     /*isSEWAware*/ 1, /*isBF16*/ 1>;
----------------
4vtomat wrote:

Oops, thats right

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


More information about the llvm-commits mailing list