Skip to content

Commit 801b98d

Browse files
committed
!fixup update comment
1 parent 61779cf commit 801b98d

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
@@ -2379,7 +2379,7 @@ void InnerLoopVectorizer::introduceCheckBlockInVPlan(BasicBlock *CheckIRBB) {
23792379
PreVectorPH->swapSuccessors();
23802380

23812381
// We just connected a new block to the scalar preheader. Update all
2382-
// ResumePhis by adding an incoming value for it, replicating the last value.
2382+
// VPPhis by adding an incoming value for it, replicating the last value.
23832383
for (VPRecipeBase &R : cast<VPBasicBlock>(ScalarPH)->phis()) {
23842384
auto *ResumePhi = cast<VPPhi>(&R);
23852385
ResumePhi->addOperand(

0 commit comments

Comments
 (0)