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 a341e4f commit 678566dCopy full SHA for 678566d
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -7603,8 +7603,7 @@ VectorizationFactor LoopVectorizationPlanner::computeBestVF() {
7603
calculateRegisterUsage(getPlanFor(LegacyVF.Width), LegacyVFs, TTI);
7604
auto RUs = calculateRegisterUsage(BestPlan, VFs, TTI);
7605
7606
- auto GetMaxUsage = [](
7607
- SmallMapVector<unsigned, unsigned, 4> MaxLocalUsers) {
+ auto GetMaxUsage = [](SmallMapVector<unsigned, unsigned, 4> MaxLocalUsers) {
7608
unsigned Max = 0;
7609
for (auto Pair : MaxLocalUsers)
7610
if (Pair.second > Max)
0 commit comments