File tree Expand file tree Collapse file tree 8 files changed +0
-13
lines changed
llvm/lib/Target/AArch64/GISel Expand file tree Collapse file tree 8 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 47
47
#include < algorithm>
48
48
#include < cassert>
49
49
#include < cstdint>
50
- #include < iterator>
51
50
52
51
#define DEBUG_TYPE " aarch64-call-lowering"
53
52
Original file line number Diff line number Diff line change 9
9
// / GlobalISel pipeline.
10
10
// ===----------------------------------------------------------------------===//
11
11
#include " AArch64GlobalISelUtils.h"
12
- #include " AArch64InstrInfo.h"
13
12
#include " llvm/CodeGen/GlobalISel/Utils.h"
14
13
#include " llvm/CodeGen/TargetLowering.h"
15
14
#include " llvm/IR/InstrTypes.h"
16
- #include " llvm/Support/raw_ostream.h"
17
15
18
16
using namespace llvm ;
19
17
Original file line number Diff line number Diff line change 42
42
#include " llvm/IR/DerivedTypes.h"
43
43
#include " llvm/IR/Instructions.h"
44
44
#include " llvm/IR/IntrinsicsAArch64.h"
45
- #include " llvm/IR/PatternMatch.h"
46
45
#include " llvm/IR/Type.h"
47
46
#include " llvm/Pass.h"
48
47
#include " llvm/Support/Debug.h"
Original file line number Diff line number Diff line change 12
12
// ===----------------------------------------------------------------------===//
13
13
14
14
#include " AArch64LegalizerInfo.h"
15
- #include " AArch64RegisterBankInfo.h"
16
15
#include " AArch64Subtarget.h"
17
16
#include " llvm/ADT/STLExtras.h"
18
17
#include " llvm/CodeGen/GlobalISel/GenericMachineInstrs.h"
24
23
#include " llvm/CodeGen/MachineInstr.h"
25
24
#include " llvm/CodeGen/MachineRegisterInfo.h"
26
25
#include " llvm/CodeGen/TargetOpcodes.h"
27
- #include " llvm/CodeGen/ValueTypes.h"
28
26
#include " llvm/IR/DerivedTypes.h"
29
27
#include " llvm/IR/Intrinsics.h"
30
28
#include " llvm/IR/IntrinsicsAArch64.h"
Original file line number Diff line number Diff line change 23
23
#include " llvm/CodeGen/MachineDominators.h"
24
24
#include " llvm/CodeGen/MachineFunction.h"
25
25
#include " llvm/CodeGen/MachineFunctionPass.h"
26
- #include " llvm/CodeGen/MachineRegisterInfo.h"
27
26
#include " llvm/CodeGen/TargetPassConfig.h"
28
27
#include " llvm/IR/Instructions.h"
29
- #include " llvm/Support/Debug.h"
30
28
31
29
#define GET_GICOMBINER_DEPS
32
30
#include " AArch64GenO0PreLegalizeGICombiner.inc"
Original file line number Diff line number Diff line change 23
23
#include " AArch64GlobalISelUtils.h"
24
24
#include " AArch64PerfectShuffle.h"
25
25
#include " AArch64Subtarget.h"
26
- #include " AArch64TargetMachine.h"
27
26
#include " GISel/AArch64LegalizerInfo.h"
28
27
#include " MCTargetDesc/AArch64MCTargetDesc.h"
29
- #include " TargetInfo/AArch64TargetInfo.h"
30
28
#include " Utils/AArch64BaseInfo.h"
31
29
#include " llvm/CodeGen/GlobalISel/Combiner.h"
32
30
#include " llvm/CodeGen/GlobalISel/CombinerHelper.h"
46
44
#include " llvm/CodeGen/TargetPassConfig.h"
47
45
#include " llvm/IR/InstrTypes.h"
48
46
#include " llvm/InitializePasses.h"
49
- #include " llvm/Support/Debug.h"
50
47
#include " llvm/Support/ErrorHandling.h"
51
48
#include < optional>
52
49
Original file line number Diff line number Diff line change 28
28
#include " llvm/CodeGen/MachineRegisterInfo.h"
29
29
#include " llvm/CodeGen/TargetPassConfig.h"
30
30
#include " llvm/IR/Instructions.h"
31
- #include " llvm/Support/Debug.h"
32
31
33
32
#define GET_GICOMBINER_DEPS
34
33
#include " AArch64GenPreLegalizeGICombiner.inc"
Original file line number Diff line number Diff line change 32
32
#include " llvm/IR/IntrinsicsAArch64.h"
33
33
#include " llvm/Support/ErrorHandling.h"
34
34
#include " llvm/Support/Threading.h"
35
- #include < algorithm>
36
35
#include < cassert>
37
36
38
37
#define GET_TARGET_REGBANK_IMPL
You can’t perform that action at this time.
0 commit comments