Skip to content

Commit 576f634

Browse files
committed
Undo some stray formatting changes
1 parent 9734853 commit 576f634

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1902,6 +1902,7 @@ void VPlanTransforms::truncateToMinimalBitwidths(
19021902
PH->appendRecipe(NewOp);
19031903
}
19041904
}
1905+
19051906
}
19061907
}
19071908
}
@@ -2670,9 +2671,8 @@ void VPlanTransforms::createInterleaveGroups(
26702671
ReversePtr->insertBefore(InsertPos);
26712672
Addr = ReversePtr;
26722673
}
2673-
auto *VPIG =
2674-
new VPInterleaveRecipe(IG, Addr, StoredValues, InsertPos->getMask(),
2675-
NeedsMaskForGaps, InsertPos->getDebugLoc());
2674+
auto *VPIG = new VPInterleaveRecipe(IG, Addr, StoredValues,
2675+
InsertPos->getMask(), NeedsMaskForGaps, InsertPos->getDebugLoc());
26762676
VPIG->insertBefore(InsertPos);
26772677

26782678
unsigned J = 0;

0 commit comments

Comments
 (0)