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 61779cf commit 801b98dCopy full SHA for 801b98d
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -2379,7 +2379,7 @@ void InnerLoopVectorizer::introduceCheckBlockInVPlan(BasicBlock *CheckIRBB) {
2379
PreVectorPH->swapSuccessors();
2380
2381
// 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.
+ // VPPhis by adding an incoming value for it, replicating the last value.
2383
for (VPRecipeBase &R : cast<VPBasicBlock>(ScalarPH)->phis()) {
2384
auto *ResumePhi = cast<VPPhi>(&R);
2385
ResumePhi->addOperand(
0 commit comments