Skip to content

Commit 48aeb02

Browse files
committed
Format
1 parent 33939d8 commit 48aeb02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9002,8 +9002,8 @@ VPRecipeBuilder::tryToCreatePartialReduction(Instruction *Reduction,
90029002
isa<VPPartialReductionRecipe>(BinOpRecipe))
90039003
std::swap(BinOp, Accumulator);
90049004

9005-
return new VPPartialReductionRecipe(Reduction->getOpcode(), BinOp, Accumulator,
9006-
Reduction);
9005+
return new VPPartialReductionRecipe(Reduction->getOpcode(), BinOp,
9006+
Accumulator, Reduction);
90079007
}
90089008

90099009
void LoopVectorizationPlanner::buildVPlansWithVPRecipes(ElementCount MinVF,

0 commit comments

Comments
 (0)