Skip to content

Commit d8717f9

Browse files
committed
!fixup fix build failure
1 parent c54e8f2 commit d8717f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7862,7 +7862,7 @@ EpilogueVectorizerMainLoop::createEpilogueVectorizedLoopSkeleton(
78627862
// Create induction resume values and ResumePhis for the inductions in the
78637863
// epilogue loop in the VPlan for the epilogue vector loop.
78647864
VPBasicBlock *ScalarPHVPBB = Plan.getScalarPreheader();
7865-
createInductionResumeVPValues(ExpandedSCEVs, LoopBypassBlocks);
7865+
createInductionResumeVPValues(ExpandedSCEVs);
78667866

78677867
return {LoopVectorPreHeader, nullptr};
78687868
}

0 commit comments

Comments
 (0)