[llvm] 4a64d71 - [NFC] Test commit. Please ignore.
Evgeniy Brevnov via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 19 00:42:38 PST 2019
Author: Evgeniy Brevnov
Date: 2019-11-19T15:41:57+07:00
New Revision: 4a64d710aebb7c598004d0a26810978cd7311e5b
URL: https://github.com/llvm/llvm-project/commit/4a64d710aebb7c598004d0a26810978cd7311e5b
DIFF: https://github.com/llvm/llvm-project/commit/4a64d710aebb7c598004d0a26810978cd7311e5b.diff
LOG: [NFC] Test commit. Please ignore.
As a test commit I fixed a misspelling in one of comments in SLP
vectorizer.
Added:
Modified:
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp b/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
index 1a7a59c47d65..373d7a7ffd13 100644
--- a/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+++ b/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
@@ -567,7 +567,7 @@ class BoUpSLP {
/// Construct a vectorizable tree that starts at \p Roots, ignoring users for
/// the purpose of scheduling and extraction in the \p UserIgnoreLst taking
- /// into account (anf updating it, if required) list of externally used
+ /// into account (and updating it, if required) list of externally used
/// values stored in \p ExternallyUsedValues.
void buildTree(ArrayRef<Value *> Roots,
ExtraValueToDebugLocsMap &ExternallyUsedValues,
More information about the llvm-commits
mailing list