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 aa440aa commit e7671bcCopy full SHA for e7671bc
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -9046,9 +9046,9 @@ void LoopVectorizationPlanner::adjustRecipesForReductions(
9046
PreviousLink = RedRecipe;
9047
}
9048
9049
- Builder.setInsertPoint(&*LatchVPBB->begin());
9050
- for (VPRecipeBase &R :
9051
- Plan->getVectorLoopRegion()->getEntryBasicBlock()->phis()) {
+ Builder.setInsertPoint(&*LatchVPBB->begin());
+ for (VPRecipeBase &R :
+ Plan->getVectorLoopRegion()->getEntryBasicBlock()->phis()) {
9052
VPReductionPHIRecipe *PhiR = dyn_cast<VPReductionPHIRecipe>(&R);
9053
if (!PhiR)
9054
continue;
0 commit comments