[llvm] [VPlan] Dissolve replicate regions with vector live-outs. (PR #189022)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 22 10:58:13 PDT 2026


================
@@ -753,10 +758,25 @@ static void processLaneForReplicateRegion(VPlan &Plan, Type *IdxTy,
           NewR.setOperand(I, NewOp);
       }
 
+      const APInt *InsertExtractIdx;
----------------
fhahn wrote:

done thanks

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


More information about the llvm-commits mailing list