[llvm] [SLP]Reduce number of alternate instruction, where possible (PR #128907)

via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 09:49:12 PST 2025


================
@@ -8612,6 +8962,47 @@ void BoUpSLP::buildTree_rec(ArrayRef<Value *> VL, unsigned Depth,
            S.getMainOp()) &&
        !all_of(VL, isVectorLikeInstWithConstOps)) ||
       NotProfitableForVectorization(VL)) {
+    if (!S) {
+      Instruction *MainOp = nullptr;
----------------
hiraditya wrote:

Maybe we can outline this part into a separate function? looks pretty self contained.

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


More information about the llvm-commits mailing list