[llvm] [VPlan] Update scalar induction resume values in VPlan. (PR #110577)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 1 14:06:48 PST 2024
================
@@ -10337,7 +10348,6 @@ bool LoopVectorizePass::processLoop(Loop *L) {
LVP.executePlan(EPI.EpilogueVF, EPI.EpilogueUF, BestEpiPlan, EpilogILV,
DT, true, &ExpandedSCEVs);
++LoopsEpilogueVectorized;
-
----------------
fhahn wrote:
Removed, thanks
https://github.com/llvm/llvm-project/pull/110577
More information about the llvm-commits
mailing list