[llvm] 20973c0 - [SLP][NFC]Fix param name in comments, NFC.

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 24 05:59:56 PDT 2022


Author: Alexey Bataev
Date: 2022-03-24T05:58:42-07:00
New Revision: 20973c0841cc9234785014de82f12a1d3df7be85

URL: https://github.com/llvm/llvm-project/commit/20973c0841cc9234785014de82f12a1d3df7be85
DIFF: https://github.com/llvm/llvm-project/commit/20973c0841cc9234785014de82f12a1d3df7be85.diff

LOG: [SLP][NFC]Fix param name in comments, NFC.

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 29e5903ab6abe..5bcb2ee54f9be 100644
--- a/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+++ b/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
@@ -1973,7 +1973,7 @@ class BoUpSLP {
   /// Check if the operands on the edges \p Edges of the \p UserTE allows
   /// reordering (i.e. the operands can be reordered because they have only one
   /// user and reordarable).
-  /// \param NonVectorized List of all gather nodes that require reordering
+  /// \param ReorderableGathers List of all gather nodes that require reordering
   /// (e.g., gather of extractlements or partially vectorizable loads).
   /// \param GatherOps List of gather operand nodes for \p UserTE that require
   /// reordering, subset of \p NonVectorized.


        


More information about the llvm-commits mailing list