Skip to content

Commit 678566d

Browse files
committed
Format
1 parent a341e4f commit 678566d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7603,8 +7603,7 @@ VectorizationFactor LoopVectorizationPlanner::computeBestVF() {
76037603
calculateRegisterUsage(getPlanFor(LegacyVF.Width), LegacyVFs, TTI);
76047604
auto RUs = calculateRegisterUsage(BestPlan, VFs, TTI);
76057605

7606-
auto GetMaxUsage = [](
7607-
SmallMapVector<unsigned, unsigned, 4> MaxLocalUsers) {
7606+
auto GetMaxUsage = [](SmallMapVector<unsigned, unsigned, 4> MaxLocalUsers) {
76087607
unsigned Max = 0;
76097608
for (auto Pair : MaxLocalUsers)
76107609
if (Pair.second > Max)

0 commit comments

Comments
 (0)