[llvm] [AArch64][SVE] Add partial reduction SDNodes (PR #117185)
Sander de Smalen via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 17 05:36:42 PST 2025
================
@@ -1602,10 +1602,17 @@ class SelectionDAG {
/// the target's desired shift amount type.
SDValue getShiftAmountOperand(EVT LHSTy, SDValue Op);
- /// Create the DAG equivalent of vector_partial_reduce where Op1 and Op2 are
- /// its operands and ReducedTY is the intrinsic's return type.
- SDValue getPartialReduceAdd(SDLoc DL, EVT ReducedTy, SDValue Op1,
- SDValue Op2);
+ /// Expands PARTIAL_REDUCE_S/UMLA nodes.
+ /// \p Op1 Accumulator for where the result is stored for the partial
+ /// reduction operation.
+ /// \p Op2 Input for the partial reduction operation.
+ /// Expands PARTIAL_REDUCE_S/UMLA nodes.
----------------
sdesmalen-arm wrote:
Should this be removed?
https://github.com/llvm/llvm-project/pull/117185
More information about the llvm-commits
mailing list