[llvm] 35c0302 - [LV] Clean up unused 'using' definition (NFC) (#130597)

via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 10 10:57:35 PDT 2025


Author: Ramkumar Ramachandra
Date: 2025-03-10T17:57:32Z
New Revision: 35c030208642ddae96ed7a03b73c7d08c6997052

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

LOG: [LV] Clean up unused 'using' definition (NFC) (#130597)

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 adf547d74f5b0..082c4f860b0e9 100644
--- a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+++ b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -968,8 +968,6 @@ enum ScalarEpilogueLowering {
   CM_ScalarEpilogueNotAllowedUsePredicate
 };
 
-using InstructionVFPair = std::pair<Instruction *, ElementCount>;
-
 /// LoopVectorizationCostModel - estimates the expected speedups due to
 /// vectorization.
 /// In many cases vectorization is not profitable. This can happen because of


        


More information about the llvm-commits mailing list