Skip to content

Commit 01e7486

Browse files
committed
!fixup fix formatting
1 parent 189b639 commit 01e7486

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2572,7 +2572,6 @@ void InnerLoopVectorizer::fixVectorizedLoop(VPTransformState &State) {
25722572

25732573
// Remove redundant induction instructions.
25742574
cse(HeaderBB);
2575-
25762575
}
25772576

25782577
void InnerLoopVectorizer::fixNonInductionPHIs(VPTransformState &State) {
@@ -7301,10 +7300,9 @@ DenseMap<const SCEV *, Value *> LoopVectorizationPlanner::executePlan(
73017300
if (BasicBlock *SCEVCheckBlock = ILV.RTChecks.getSCEVChecks().second)
73027301
SCEVCheckBlock->moveAfter(EntryBB);
73037302

7304-
MDNode *LID = OrigLoop->getLoopID();
7303+
MDNode *LID = OrigLoop->getLoopID();
73057304
std::optional<MDNode *> VectorizedLoopID = makeFollowupLoopID(
7306-
LID,
7307-
{LLVMLoopVectorizeFollowupAll, LLVMLoopVectorizeFollowupVectorized});
7305+
LID, {LLVMLoopVectorizeFollowupAll, LLVMLoopVectorizeFollowupVectorized});
73087306
unsigned OrigLoopInvocationWeight = 0;
73097307
std::optional<unsigned> OrigAverageTripCount =
73107308
getLoopEstimatedTripCount(OrigLoop, &OrigLoopInvocationWeight);

0 commit comments

Comments
 (0)