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 e50e04f commit 17ac9bfCopy full SHA for 17ac9bf
llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
@@ -316,8 +316,8 @@ class Vectorizer {
316
/// !IsLoad) to ChainBegin -- i.e. there are no intervening may-alias
317
/// instructions.
318
///
319
- /// The map ChainSet must contain all of the elements in
320
- /// [ChainBegin, ChainElem]. It's ok if it contains additional entries.
+ /// ChainSet must contain all of the elements in [ChainBegin, ChainElem].
+ /// It's ok if it contains additional entries.
321
template <bool IsLoadChain>
322
bool isSafeToMove(Instruction *ChainElem, Instruction *ChainBegin,
323
const DenseSet<Instruction *> &ChainSet,
0 commit comments