[llvm] [AArch64][SVE] Add partial reduction SDNodes (PR #117185)

Benjamin Maxwell via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 20 08:39:40 PST 2025


================
@@ -2467,19 +2467,24 @@ SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) {
   return getZExtOrTrunc(Op, SDLoc(Op), ShTy);
 }
 
-SDValue SelectionDAG::getPartialReduceAdd(SDLoc DL, EVT ReducedTy, SDValue Op1,
-                                          SDValue Op2) {
-  EVT FullTy = Op2.getValueType();
+SDValue SelectionDAG::expandPartialReduceAdd(SDLoc DL, SDValue Acc,
----------------
MacDue wrote:

nit:
```suggestion
SDValue SelectionDAG::expandPartialReduceMLA(SDLoc DL, SDValue Acc,
```

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


More information about the llvm-commits mailing list