[llvm] [SelectionDAG] Add PARTIAL_REDUCE_U/SMLA ISD Nodes (PR #125207)
Sander de Smalen via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 31 09:51:12 PST 2025
================
@@ -2473,6 +2473,23 @@ SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) {
return getZExtOrTrunc(Op, SDLoc(Op), ShTy);
}
+SDValue SelectionDAG::expandPartialReduceMLA(SDNode *N) {
----------------
sdesmalen-arm wrote:
Could you move to TargetLoweringInfo instead? That seems to be where most of the other expand code lives.
https://github.com/llvm/llvm-project/pull/125207
More information about the llvm-commits
mailing list