Skip to content

Commit 2233b54

Browse files
committed
!fixup fix formatting
1 parent 55586f1 commit 2233b54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -931,8 +931,8 @@ bool VPlanTransforms::handleMaxMinNumReductions(VPlan &Plan) {
931931
if (auto *DerivedIV = dyn_cast<VPDerivedIVRecipe>(VecV)) {
932932
if (DerivedIV->getNumUsers() == 1 &&
933933
DerivedIV->getOperand(1) == &Plan.getVectorTripCount()) {
934-
auto *NewSel = MiddleBuilder.createSelect(AnyNaN, LoopRegion->getCanonicalIV(),
935-
&Plan.getVectorTripCount());
934+
auto *NewSel = MiddleBuilder.createSelect(
935+
AnyNaN, LoopRegion->getCanonicalIV(), &Plan.getVectorTripCount());
936936
DerivedIV->moveAfter(&*MiddleBuilder.getInsertPoint());
937937
DerivedIV->setOperand(1, NewSel);
938938
continue;

0 commit comments

Comments
 (0)