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

Paul Walker via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 15 04:14:16 PDT 2024


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

Not sure if I'm missing something but `isPartialReductionSupported` isn't used and thus doesn't belong in this PR?

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


More information about the llvm-commits mailing list