We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac6a32 commit 170f6f2Copy full SHA for 170f6f2
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -7600,8 +7600,7 @@ VectorizationFactor LoopVectorizationPlanner::computeBestVF() {
7600
calculateRegisterUsage(getPlanFor(LegacyVF.Width), LegacyVFs, TTI);
7601
auto RUs = calculateRegisterUsage(BestPlan, VFs, TTI);
7602
7603
- auto GetMaxUsage = [](
7604
- SmallMapVector<unsigned, unsigned, 4> MaxLocalUsers) {
+ auto GetMaxUsage = [](SmallMapVector<unsigned, unsigned, 4> MaxLocalUsers) {
7605
unsigned Max = 0;
7606
for (auto Pair : MaxLocalUsers)
7607
if (Pair.second > Max)
0 commit comments