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 cc354d6 commit e96111dCopy full SHA for e96111d
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -7212,9 +7212,6 @@ void LoopVectorizationCostModel::collectValuesToIgnore() {
7212
}))
7213
continue;
7214
7215
- if (!TheLoop->contains(Op->getParent()))
7216
- continue;
7217
-
7218
// If all of Op's users are in ValuesToIgnore, add it to ValuesToIgnore
7219
// which applies for both scalar and vector versions. Otherwise it is only
7220
// dead in vector versions, so only add it to VecValuesToIgnore.
0 commit comments