[llvm] [AArch64][SVE] Add dot product lowering for PARTIAL_REDUCE_MLA node (PR #130933)
Sander de Smalen via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 16 04:15:05 PDT 2025
================
@@ -1585,6 +1585,44 @@ AArch64TargetLowering::AArch64TargetLowering(const TargetMachine &TM,
setOperationAction(ISD::MSTORE, VT, Custom);
}
+ if (EnablePartialReduceNodes) {
----------------
sdesmalen-arm wrote:
This also needs to include fixed-length types when dot product instructions are available for NEON.
https://github.com/llvm/llvm-project/pull/130933
More information about the llvm-commits
mailing list