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 4747#include < algorithm>
4848#include < cassert>
4949#include < cstdint>
50- #include < iterator>
5150
5251#define DEBUG_TYPE " aarch64-call-lowering"
5352
Original file line number Diff line number Diff line change 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
1816using namespace llvm ;
1917
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments