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 922282e commit 75b8f98Copy full SHA for 75b8f98
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
@@ -2222,7 +2222,7 @@ class BoUpSLP {
2222
MapVector<unsigned, std::pair<unsigned, unsigned>> HashMap;
2223
// Try to be closer to the original results, if we have multiple lanes
2224
// with same cost. If 2 lanes have the same cost, use the one with the
2225
- // lowest index.
+ // highest index.
2226
for (int I = getNumLanes(); I > 0; --I) {
2227
unsigned Lane = I - 1;
2228
OperandsOrderData NumFreeOpsHash =
0 commit comments