Skip to content

Commit aa825b7

Browse files
[Vectorize] Remove unused includes (NFC) (#114643)
Identified with misc-include-cleaner.
1 parent da9fece commit aa825b7

File tree

6 files changed

+0
-13
lines changed

6 files changed

+0
-13
lines changed

llvm/lib/Transforms/Vectorize/VPlan.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include "VPlan.h"
2020
#include "LoopVectorizationPlanner.h"
2121
#include "VPlanCFG.h"
22-
#include "VPlanDominatorTree.h"
2322
#include "VPlanPatternMatch.h"
2423
#include "VPlanTransforms.h"
2524
#include "VPlanUtils.h"
@@ -44,10 +43,8 @@
4443
#include "llvm/Support/raw_ostream.h"
4544
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
4645
#include "llvm/Transforms/Utils/LoopVersioning.h"
47-
#include "llvm/Transforms/Utils/ScalarEvolutionExpander.h"
4846
#include <cassert>
4947
#include <string>
50-
#include <vector>
5148

5249
using namespace llvm;
5350
using namespace llvm::VPlanPatternMatch;

llvm/lib/Transforms/Vectorize/VPlan.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#include "VPlanAnalysis.h"
2929
#include "VPlanValue.h"
3030
#include "llvm/ADT/DenseMap.h"
31-
#include "llvm/ADT/MapVector.h"
3231
#include "llvm/ADT/SmallBitVector.h"
3332
#include "llvm/ADT/SmallPtrSet.h"
3433
#include "llvm/ADT/SmallVector.h"

llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include "llvm/IR/Instruction.h"
2525
#include "llvm/IR/Instructions.h"
2626
#include "llvm/IR/Intrinsics.h"
27-
#include "llvm/IR/PatternMatch.h"
2827
#include "llvm/IR/Type.h"
2928
#include "llvm/IR/Value.h"
3029
#include "llvm/IR/VectorBuilder.h"

llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include "VPlanUtils.h"
2222
#include "llvm/ADT/PostOrderIterator.h"
2323
#include "llvm/ADT/STLExtras.h"
24-
#include "llvm/ADT/ScopeExit.h"
2524
#include "llvm/ADT/SetVector.h"
2625
#include "llvm/ADT/TypeSwitch.h"
2726
#include "llvm/Analysis/IVDescriptors.h"

llvm/lib/Transforms/Vectorize/VPlanUnroll.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,14 @@
1515
#include "VPlan.h"
1616
#include "VPlanAnalysis.h"
1717
#include "VPlanCFG.h"
18-
#include "VPlanDominatorTree.h"
1918
#include "VPlanPatternMatch.h"
2019
#include "VPlanTransforms.h"
2120
#include "VPlanUtils.h"
2221
#include "llvm/ADT/PostOrderIterator.h"
2322
#include "llvm/ADT/STLExtras.h"
2423
#include "llvm/ADT/ScopeExit.h"
25-
#include "llvm/ADT/SetVector.h"
26-
#include "llvm/ADT/TypeSwitch.h"
2724
#include "llvm/Analysis/IVDescriptors.h"
28-
#include "llvm/Analysis/VectorUtils.h"
2925
#include "llvm/IR/Intrinsics.h"
30-
#include "llvm/IR/PatternMatch.h"
3126

3227
using namespace llvm;
3328

llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@
1616
#include "VPlan.h"
1717
#include "VPlanCFG.h"
1818
#include "VPlanDominatorTree.h"
19-
#include "llvm/ADT/DepthFirstIterator.h"
2019
#include "llvm/ADT/SmallPtrSet.h"
2120
#include "llvm/ADT/TypeSwitch.h"
22-
#include "llvm/Support/CommandLine.h"
2321

2422
#define DEBUG_TYPE "loop-vectorize"
2523

0 commit comments

Comments
 (0)