Skip to content

Commit 76effb0

Browse files
committed
[LV] Remove obsolete comment about creating a dummy block (NFC)
No dummy pre-entry block is created since a6c4969. The comment is stale now and can be removed. Mentioned by @ayal in D113182.
1 parent f849640 commit 76effb0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9336,7 +9336,6 @@ VPlanPtr LoopVectorizationPlanner::buildVPlanWithVPRecipes(
93369336
// visit each basic block after having visited its predecessor basic blocks.
93379337
// ---------------------------------------------------------------------------
93389338

9339-
// Create a dummy pre-entry VPBasicBlock to start building the VPlan.
93409339
auto Plan = std::make_unique<VPlan>();
93419340

93429341
// Scan the body of the loop in a topological order to visit each basic block

0 commit comments

Comments
 (0)