[llvm] [VPlan] Make canonical IV part of the region (PR #156262)

via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 8 15:29:51 PDT 2025


================
@@ -9580,6 +9574,7 @@ static SmallVector<Instruction *> preparePlanForEpilogueVectorLoop(
     EPI.VectorTripCount = EPResumeVal->getOperand(0);
   }
   VPValue *VPV = Plan.getOrAddLiveIn(EPResumeVal);
----------------
ayalz wrote:

Independent: better rename `VPV`

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


More information about the llvm-commits mailing list