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 a19f0ee commit 4a64d71Copy full SHA for 4a64d71
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
@@ -567,7 +567,7 @@ class BoUpSLP {
567
568
/// Construct a vectorizable tree that starts at \p Roots, ignoring users for
569
/// the purpose of scheduling and extraction in the \p UserIgnoreLst taking
570
- /// into account (anf updating it, if required) list of externally used
+ /// into account (and updating it, if required) list of externally used
571
/// values stored in \p ExternallyUsedValues.
572
void buildTree(ArrayRef<Value *> Roots,
573
ExtraValueToDebugLocsMap &ExternallyUsedValues,
0 commit comments