Skip to content

Commit 1e25c92

Browse files
[AArch64/GISel] Remove unused includes (NFC) (#115636)
Identified with misc-include-cleaner.
1 parent 2c0f463 commit 1e25c92

8 files changed

+0
-13
lines changed

llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
#include <algorithm>
4848
#include <cassert>
4949
#include <cstdint>
50-
#include <iterator>
5150

5251
#define DEBUG_TYPE "aarch64-call-lowering"
5352

llvm/lib/Target/AArch64/GISel/AArch64GlobalISelUtils.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99
/// GlobalISel pipeline.
1010
//===----------------------------------------------------------------------===//
1111
#include "AArch64GlobalISelUtils.h"
12-
#include "AArch64InstrInfo.h"
1312
#include "llvm/CodeGen/GlobalISel/Utils.h"
1413
#include "llvm/CodeGen/TargetLowering.h"
1514
#include "llvm/IR/InstrTypes.h"
16-
#include "llvm/Support/raw_ostream.h"
1715

1816
using namespace llvm;
1917

llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
#include "llvm/IR/DerivedTypes.h"
4343
#include "llvm/IR/Instructions.h"
4444
#include "llvm/IR/IntrinsicsAArch64.h"
45-
#include "llvm/IR/PatternMatch.h"
4645
#include "llvm/IR/Type.h"
4746
#include "llvm/Pass.h"
4847
#include "llvm/Support/Debug.h"

llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
//===----------------------------------------------------------------------===//
1313

1414
#include "AArch64LegalizerInfo.h"
15-
#include "AArch64RegisterBankInfo.h"
1615
#include "AArch64Subtarget.h"
1716
#include "llvm/ADT/STLExtras.h"
1817
#include "llvm/CodeGen/GlobalISel/GenericMachineInstrs.h"
@@ -24,7 +23,6 @@
2423
#include "llvm/CodeGen/MachineInstr.h"
2524
#include "llvm/CodeGen/MachineRegisterInfo.h"
2625
#include "llvm/CodeGen/TargetOpcodes.h"
27-
#include "llvm/CodeGen/ValueTypes.h"
2826
#include "llvm/IR/DerivedTypes.h"
2927
#include "llvm/IR/Intrinsics.h"
3028
#include "llvm/IR/IntrinsicsAArch64.h"

llvm/lib/Target/AArch64/GISel/AArch64O0PreLegalizerCombiner.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@
2323
#include "llvm/CodeGen/MachineDominators.h"
2424
#include "llvm/CodeGen/MachineFunction.h"
2525
#include "llvm/CodeGen/MachineFunctionPass.h"
26-
#include "llvm/CodeGen/MachineRegisterInfo.h"
2726
#include "llvm/CodeGen/TargetPassConfig.h"
2827
#include "llvm/IR/Instructions.h"
29-
#include "llvm/Support/Debug.h"
3028

3129
#define GET_GICOMBINER_DEPS
3230
#include "AArch64GenO0PreLegalizeGICombiner.inc"

llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerLowering.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@
2323
#include "AArch64GlobalISelUtils.h"
2424
#include "AArch64PerfectShuffle.h"
2525
#include "AArch64Subtarget.h"
26-
#include "AArch64TargetMachine.h"
2726
#include "GISel/AArch64LegalizerInfo.h"
2827
#include "MCTargetDesc/AArch64MCTargetDesc.h"
29-
#include "TargetInfo/AArch64TargetInfo.h"
3028
#include "Utils/AArch64BaseInfo.h"
3129
#include "llvm/CodeGen/GlobalISel/Combiner.h"
3230
#include "llvm/CodeGen/GlobalISel/CombinerHelper.h"
@@ -46,7 +44,6 @@
4644
#include "llvm/CodeGen/TargetPassConfig.h"
4745
#include "llvm/IR/InstrTypes.h"
4846
#include "llvm/InitializePasses.h"
49-
#include "llvm/Support/Debug.h"
5047
#include "llvm/Support/ErrorHandling.h"
5148
#include <optional>
5249

llvm/lib/Target/AArch64/GISel/AArch64PreLegalizerCombiner.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#include "llvm/CodeGen/MachineRegisterInfo.h"
2929
#include "llvm/CodeGen/TargetPassConfig.h"
3030
#include "llvm/IR/Instructions.h"
31-
#include "llvm/Support/Debug.h"
3231

3332
#define GET_GICOMBINER_DEPS
3433
#include "AArch64GenPreLegalizeGICombiner.inc"

llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
#include "llvm/IR/IntrinsicsAArch64.h"
3333
#include "llvm/Support/ErrorHandling.h"
3434
#include "llvm/Support/Threading.h"
35-
#include <algorithm>
3635
#include <cassert>
3736

3837
#define GET_TARGET_REGBANK_IMPL

0 commit comments

Comments
 (0)