Skip to content

Commit 170f6f2

Browse files
committed
Format
1 parent eac6a32 commit 170f6f2

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
@@ -7600,8 +7600,7 @@ VectorizationFactor LoopVectorizationPlanner::computeBestVF() {
76007600
calculateRegisterUsage(getPlanFor(LegacyVF.Width), LegacyVFs, TTI);
76017601
auto RUs = calculateRegisterUsage(BestPlan, VFs, TTI);
76027602

7603-
auto GetMaxUsage = [](
7604-
SmallMapVector<unsigned, unsigned, 4> MaxLocalUsers) {
7603+
auto GetMaxUsage = [](SmallMapVector<unsigned, unsigned, 4> MaxLocalUsers) {
76057604
unsigned Max = 0;
76067605
for (auto Pair : MaxLocalUsers)
76077606
if (Pair.second > Max)

0 commit comments

Comments
 (0)