[llvm] [RISCV] Lower PARTIAL_REDUCE_[S/U]MLA via zvqdotq (PR #140950)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Fri May 23 02:28:58 PDT 2025
================
@@ -8364,6 +8376,27 @@ SDValue RISCVTargetLowering::lowerADJUST_TRAMPOLINE(SDValue Op,
return Op.getOperand(0);
}
+SDValue RISCVTargetLowering::lowerPARTIAL_REDUCE_MLA(SDValue Op,
----------------
lukel97 wrote:
It looks like there's tablegen nodes defined for partial_reduce_{u,s}mla, could we mark the node as legal instead of custom and patterns in tablegen instead?
https://github.com/llvm/llvm-project/pull/140950
More information about the llvm-commits
mailing list