[llvm] 6d0c007 - [SLP] Fix a typo in comment

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 3 09:11:55 PST 2022


Author: Philip Reames
Date: 2022-02-03T09:11:47-08:00
New Revision: 6d0c007bc1c9b14faaff24cab11d6829a213d866

URL: https://github.com/llvm/llvm-project/commit/6d0c007bc1c9b14faaff24cab11d6829a213d866
DIFF: https://github.com/llvm/llvm-project/commit/6d0c007bc1c9b14faaff24cab11d6829a213d866.diff

LOG: [SLP] Fix a typo in comment

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 c7bcd381c566..cd6131f22efa 100644
--- a/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+++ b/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
@@ -2666,7 +2666,7 @@ class BoUpSLP {
         };
 
         // If BundleMember is a vector bundle, its operands may have been
-        // reordered duiring buildTree(). We therefore need to get its operands
+        // reordered during buildTree(). We therefore need to get its operands
         // through the TreeEntry.
         if (TreeEntry *TE = BundleMember->TE) {
           int Lane = BundleMember->Lane;


        


More information about the llvm-commits mailing list