[llvm] [AArch64] Lower partial add reduction to udot or svdot (PR #101010)
Paul Walker via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 30 07:37:35 PDT 2024
================
@@ -1594,6 +1594,11 @@ class SelectionDAG {
/// the target's desired shift amount type.
SDValue getShiftAmountOperand(EVT LHSTy, SDValue Op);
+ /// Expand a partial reduction intrinsic call.
----------------
paulwalker-arm wrote:
What about "Create the DAG equivalent of vector_partial_reduce_add whereby...."?
https://github.com/llvm/llvm-project/pull/101010
More information about the llvm-commits
mailing list