[llvm] [AArch64] Lower partial add reduction to udot or svdot (PR #101010)
Sam Tebbs via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 2 02:11:34 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.
----------------
SamTebbs33 wrote:
Done.
https://github.com/llvm/llvm-project/pull/101010
More information about the llvm-commits
mailing list