[llvm] [DAGCombiner] Attempt to fold 'add' nodes to funnel-shift or rotate (PR #125612)
Justin Fargnoli via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 17 11:09:49 PDT 2025
================
@@ -8340,7 +8344,7 @@ static SDValue extractShiftForRotate(SelectionDAG &DAG, SDValue OppShift,
// The IsRotate flag should be set when the LHS of both shifts is the same.
// Otherwise if matching a general funnel shift, it should be clear.
static bool matchRotateSub(SDValue Pos, SDValue Neg, unsigned EltSize,
----------------
justinfargnoli wrote:
```suggestion
static bool matchRotateSubAdd(SDValue Pos, SDValue Neg, unsigned EltSize,
```
https://github.com/llvm/llvm-project/pull/125612
More information about the llvm-commits
mailing list