[llvm] [VPlan] Introduce VPScalarPHIRecipe, use for can & EVL IV codegen (NFC). (PR #114305)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 8 13:54:52 PST 2024


================
@@ -7722,6 +7722,7 @@ DenseMap<const SCEV *, Value *> LoopVectorizationPlanner::executePlan(
   BestVPlan.prepareToExecute(ILV.getTripCount(),
                              ILV.getOrCreateVectorTripCount(nullptr),
                              CanonicalIVStartValue, State);
+  VPlanTransforms::prepareToExecute(BestVPlan);
----------------
fhahn wrote:

Restored the original position for now, will need to check where there are remaining users of getCanonicalIV, and how to best update them

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


More information about the llvm-commits mailing list