[llvm] 09761ce - [SLPVectorizer] Remove weird unicode character from comment. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sun May 1 08:37:32 PDT 2022


Author: Simon Pilgrim
Date: 2022-05-01T16:37:21+01:00
New Revision: 09761ce295c322efedb604bb597647bbb133fe49

URL: https://github.com/llvm/llvm-project/commit/09761ce295c322efedb604bb597647bbb133fe49
DIFF: https://github.com/llvm/llvm-project/commit/09761ce295c322efedb604bb597647bbb133fe49.diff

LOG: [SLPVectorizer] Remove weird unicode character from comment. NFCI.

Whatever it was, Visual Assist really didn't like it....

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 3dabe0f8862b3..a6b1bb8539a5c 100644
--- a/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+++ b/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
@@ -2543,7 +2543,7 @@ class BoUpSLP {
   /// Maps a specific scalar to its tree entry.
   SmallDenseMap<Value*, TreeEntry *> ScalarToTreeEntry;
 
-  /// Maps a value to the proposed vectorizable size.
+  /// Maps a value to the proposed vectorizable size.
   SmallDenseMap<Value *, unsigned> InstrElementSize;
 
   /// A list of scalars that we found that we need to keep as scalars.


        


More information about the llvm-commits mailing list