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

Sam Tebbs via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 03:41:02 PDT 2024


================
@@ -1971,6 +1971,26 @@ bool AArch64TargetLowering::shouldExpandGetActiveLaneMask(EVT ResVT,
   return false;
 }
 
+bool AArch64TargetLowering::shouldExpandPartialReductionIntrinsic(
+    const IntrinsicInst *I) const {
----------------
SamTebbs33 wrote:

Done.

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


More information about the llvm-commits mailing list