File tree Expand file tree Collapse file tree 7 files changed +0
-9
lines changed
llvm/lib/CodeGen/GlobalISel Expand file tree Collapse file tree 7 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 2121#include " llvm/CodeGen/MachineRegisterInfo.h"
2222#include " llvm/CodeGen/TargetLowering.h"
2323#include " llvm/IR/DataLayout.h"
24- #include " llvm/IR/IntrinsicInst.h"
2524#include " llvm/IR/LLVMContext.h"
2625#include " llvm/IR/Module.h"
2726#include " llvm/Target/TargetMachine.h"
Original file line number Diff line number Diff line change 1515#include " llvm/CodeGen/GlobalISel/LegalizerInfo.h"
1616#include " llvm/CodeGen/GlobalISel/MachineIRBuilder.h"
1717#include " llvm/CodeGen/GlobalISel/Utils.h"
18- #include " llvm/CodeGen/LowLevelTypeUtils.h"
1918#include " llvm/CodeGen/MachineInstr.h"
2019#include " llvm/CodeGen/MachineOperand.h"
2120#include " llvm/CodeGen/MachineRegisterInfo.h"
22- #include " llvm/CodeGen/TargetOpcodes.h"
2321#include " llvm/IR/Instructions.h"
2422#include " llvm/Support/Casting.h"
25- #include " llvm/Support/ErrorHandling.h"
2623#include < cstdlib>
2724
2825#define DEBUG_TYPE " gi-combiner"
Original file line number Diff line number Diff line change 2020#include " llvm/CodeGen/TargetLowering.h"
2121#include " llvm/CodeGen/TargetOpcodes.h"
2222#include " llvm/IR/ConstantRange.h"
23- #include " llvm/IR/Module.h"
2423#include " llvm/Target/TargetMachine.h"
2524
2625#define DEBUG_TYPE " gisel-known-bits"
Original file line number Diff line number Diff line change 3838#include " llvm/CodeGen/MachineModuleInfo.h"
3939#include " llvm/CodeGen/MachineOperand.h"
4040#include " llvm/CodeGen/MachineRegisterInfo.h"
41- #include " llvm/CodeGen/RuntimeLibcallUtil.h"
4241#include " llvm/CodeGen/StackProtector.h"
4342#include " llvm/CodeGen/SwitchLoweringUtils.h"
4443#include " llvm/CodeGen/TargetFrameLowering.h"
Original file line number Diff line number Diff line change 3131#include " llvm/IR/Function.h"
3232#include " llvm/MC/TargetRegistry.h"
3333#include " llvm/Support/CodeGenCoverage.h"
34- #include " llvm/Support/CommandLine.h"
3534#include " llvm/Support/Debug.h"
3635#include " llvm/Support/DebugCounter.h"
3736#include " llvm/Target/TargetMachine.h"
Original file line number Diff line number Diff line change 2727#include " llvm/CodeGen/MachineOptimizationRemarkEmitter.h"
2828#include " llvm/CodeGen/TargetPassConfig.h"
2929#include " llvm/CodeGen/TargetSubtargetInfo.h"
30- #include " llvm/InitializePasses.h"
3130#include " llvm/Support/Debug.h"
3231#include " llvm/Support/Error.h"
3332
Original file line number Diff line number Diff line change 3636#include " llvm/Support/Casting.h"
3737#include " llvm/Support/Debug.h"
3838#include " llvm/Support/ErrorHandling.h"
39- #include " llvm/Support/MathExtras.h"
4039#include < algorithm>
4140
4241#define DEBUG_TYPE " loadstore-opt"
You can’t perform that action at this time.
0 commit comments