Skip to content

Commit 8770126

Browse files
committed
[VPlan] Remove stale comment for collectUsersInExitBlocks.
Remove stale section about wide inductions. Since 2c87133 all live-outs are modeled in VPlan.
1 parent cdb4da3 commit 8770126

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9027,10 +9027,7 @@ static void addScalarResumePhis(VPRecipeBuilder &Builder, VPlan &Plan,
90279027
}
90289028

90299029
// Collect VPIRInstructions for phis in the exit blocks that are modeled
9030-
// in VPlan and add the exiting VPValue as operand. Some exiting values are not
9031-
// modeled explicitly yet and won't be included. Those are un-truncated
9032-
// VPWidenIntOrFpInductionRecipe, VPWidenPointerInductionRecipe and induction
9033-
// increments.
9030+
// in VPlan and add the exiting VPValue as operand.
90349031
static SetVector<VPIRInstruction *>
90359032
collectUsersInExitBlocks(Loop *OrigLoop, VPRecipeBuilder &Builder,
90369033
VPlan &Plan) {

0 commit comments

Comments
 (0)