[llvm] [VPlan] Update scalar induction resume values in VPlan. (PR #110577)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 16 13:28:07 PST 2024


================
@@ -10324,7 +10343,13 @@ bool LoopVectorizePass::processLoop(Loop *L) {
         LVP.executePlan(EPI.EpilogueVF, EPI.EpilogueUF, BestEpiPlan, EpilogILV,
                         DT, true, &ExpandedSCEVs);
         ++LoopsEpilogueVectorized;
+        BasicBlock *PH = L->getLoopPreheader();
 
----------------
fhahn wrote:

Added comment at new location, thanks!

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


More information about the llvm-commits mailing list