[llvm] ec42778 - [LV] Remove unused type declaration from ILV (NFC).

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 12 12:38:09 PDT 2024


Author: Florian Hahn
Date: 2024-10-12T20:36:42+01:00
New Revision: ec42778071455b1f60e18d0f10f6a279309a637c

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

LOG: [LV] Remove unused type declaration from ILV (NFC).

Added: 
    

Modified: 
    llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
index 54f57fb0b6b58e..027ee21527d228 100644
--- a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+++ b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -538,9 +538,6 @@ class InnerLoopVectorizer {
 protected:
   friend class LoopVectorizationPlanner;
 
-  /// A small list of PHINodes.
-  using PhiVector = SmallVector<PHINode *, 4>;
-
   /// Set up the values of the IVs correctly when exiting the vector loop.
   void fixupIVUsers(PHINode *OrigPhi, const InductionDescriptor &II,
                     Value *VectorTripCount, Value *EndValue,


        


More information about the llvm-commits mailing list