[llvm] [AArch64][SelectionDAG] Add type legalization for partial reduce wide adds (PR #141075)

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Fri May 23 07:35:57 PDT 2025


================
@@ -12644,6 +12644,8 @@ SDValue DAGCombiner::foldPartialReduceMLAMulOp(SDNode *N) {
           TLI.getTypeToTransformTo(*Context, LHSExtOpVT)))
     return SDValue();
 
+  EVT ResultVT = N->getValueType(0);
----------------
preames wrote:

The extraction of ResultVT appears to be a separable NFC.  Please separate and land, and then rebase.

https://github.com/llvm/llvm-project/pull/141075


More information about the llvm-commits mailing list