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 f849640 commit 76effb0Copy full SHA for 76effb0
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -9336,7 +9336,6 @@ VPlanPtr LoopVectorizationPlanner::buildVPlanWithVPRecipes(
9336
// visit each basic block after having visited its predecessor basic blocks.
9337
// ---------------------------------------------------------------------------
9338
9339
- // Create a dummy pre-entry VPBasicBlock to start building the VPlan.
9340
auto Plan = std::make_unique<VPlan>();
9341
9342
// Scan the body of the loop in a topological order to visit each basic block
0 commit comments