[llvm] [SelectionDAG] Add PARTIAL_REDUCE_U/SMLA ISD Nodes (PR #125207)
    James Chesterman via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Feb  4 06:04:14 PST 2025
    
    
  
================
@@ -1607,6 +1607,13 @@ class SelectionDAG {
   /// the target's desired shift amount type.
   SDValue getShiftAmountOperand(EVT LHSTy, SDValue Op);
 
+  // Expands PARTIAL_REDUCE_S/UMLA nodes
----------------
JamesChesterman wrote:
Done (now in `TargetLowering.h`)
https://github.com/llvm/llvm-project/pull/125207
    
    
More information about the llvm-commits
mailing list