[llvm] [AArch64] Lower partial add reduction to udot or svdot (PR #101010)

Sander de Smalen via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 29 07:46:13 PDT 2024


================
@@ -3533,6 +3533,36 @@ AArch64TTIImpl::getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) {
   return Cost;
 }
 
+bool AArch64TTIImpl::isPartialReductionSupported(
+    const Instruction *ReductionInstr, Type *InputType, unsigned ScaleFactor,
----------------
sdesmalen-arm wrote:

What is `ScaleFactor` ?

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


More information about the llvm-commits mailing list