[llvm] [AArch64] Add bfloat patterns for `partial_reduce_fmla` (PR #181982)

Benjamin Maxwell via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 18 05:57:22 PST 2026


================
@@ -1507,6 +1507,10 @@ AArch64TargetLowering::AArch64TargetLowering(const TargetMachine &TM,
       }
     }
 
+    if (Subtarget->hasBF16())
+      setPartialReduceMLAAction(ISD::PARTIAL_REDUCE_FMLA, MVT::v4f32,
+                                MVT::v8bf16, Legal);
----------------
MacDue wrote:

Done :+1: 

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


More information about the llvm-commits mailing list