We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54e8f2 commit d8717f9Copy full SHA for d8717f9
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -7862,7 +7862,7 @@ EpilogueVectorizerMainLoop::createEpilogueVectorizedLoopSkeleton(
7862
// Create induction resume values and ResumePhis for the inductions in the
7863
// epilogue loop in the VPlan for the epilogue vector loop.
7864
VPBasicBlock *ScalarPHVPBB = Plan.getScalarPreheader();
7865
- createInductionResumeVPValues(ExpandedSCEVs, LoopBypassBlocks);
+ createInductionResumeVPValues(ExpandedSCEVs);
7866
7867
return {LoopVectorPreHeader, nullptr};
7868
}
0 commit comments