[llvm] 65159a9 - [Vectorize] Remove unused forward declaration CmpInst

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 9 17:32:50 PDT 2023


Author: Kazu Hirata
Date: 2023-07-09T17:32:35-07:00
New Revision: 65159a91673155b8be77887ae68267858476ac01

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

LOG: [Vectorize] Remove unused forward declaration CmpInst

The last use was removed by:

  commit ddb2188afc86c7819e87ec538545b45803984342
  Author: Vasileios Porpodas <vporpodas at google.com>
  Date:   Fri May 5 13:23:21 2023 -0700

Added: 
    

Modified: 
    llvm/include/llvm/Transforms/Vectorize/SLPVectorizer.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Transforms/Vectorize/SLPVectorizer.h b/llvm/include/llvm/Transforms/Vectorize/SLPVectorizer.h
index 737bb8525051a3..326006fbb88039 100644
--- a/llvm/include/llvm/Transforms/Vectorize/SLPVectorizer.h
+++ b/llvm/include/llvm/Transforms/Vectorize/SLPVectorizer.h
@@ -29,7 +29,6 @@ namespace llvm {
 class AAResults;
 class AssumptionCache;
 class BasicBlock;
-class CmpInst;
 class DemandedBits;
 class DominatorTree;
 class Function;


        


More information about the llvm-commits mailing list