File tree Expand file tree Collapse file tree 6 files changed +3
-7
lines changed
include/llvm/CodeGen/GlobalISel Expand file tree Collapse file tree 6 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 2525#include " llvm/CodeGen/MachineRegisterInfo.h"
2626#include " llvm/CodeGen/RegisterBankInfo.h"
2727#include " llvm/CodeGen/TargetInstrInfo.h"
28- #include " llvm/CodeGen/TargetOpcodes.h"
2928#include " llvm/CodeGen/TargetRegisterInfo.h"
3029#include " llvm/IR/Constants.h"
3130#include " llvm/IR/DataLayout.h"
3231#include " llvm/IR/Type.h"
3332#include " llvm/Support/CodeGenCoverage.h"
3433#include " llvm/Support/Debug.h"
3534#include " llvm/Support/ErrorHandling.h"
36- #include " llvm/Support/LEB128.h"
37- #include " llvm/Support/raw_ostream.h"
3835#include < cassert>
3936#include < cstddef>
4037#include < cstdint>
Original file line number Diff line number Diff line change @@ -26,8 +26,10 @@ namespace llvm {
2626class AArch64RegisterBankInfo ;
2727class AArch64Subtarget ;
2828class AArch64TargetMachine ;
29+ enum class CodeGenOptLevel ;
2930class FunctionPass ;
3031class InstructionSelector ;
32+ class ModulePass ;
3133
3234FunctionPass *createAArch64DeadRegisterDefinitions ();
3335FunctionPass *createAArch64RedundantCopyEliminationPass ();
Original file line number Diff line number Diff line change 4242#include " llvm/Support/Debug.h"
4343#include " llvm/Support/DebugCounter.h"
4444#include " llvm/Support/ErrorHandling.h"
45- #include " llvm/Support/raw_ostream.h"
4645#include < cassert>
4746#include < cstdint>
4847#include < functional>
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ namespace llvm {
2323// / to AArch64TargetMachine::createMachineScheduler() to have an effect.
2424std::unique_ptr<ScheduleDAGMutation> createAArch64MacroFusionDAGMutation ();
2525
26- } // llvm
26+ } // namespace llvm
2727
2828#endif // LLVM_LIB_TARGET_AARCH64_AARCH64MACROFUSION_H
Original file line number Diff line number Diff line change 5353#include " llvm/Transforms/Utils/LowerIFunc.h"
5454#include " llvm/Transforms/Vectorize/LoopIdiomVectorize.h"
5555#include < memory>
56- #include < optional>
5756
5857using namespace llvm ;
5958
Original file line number Diff line number Diff line change 3232#include " llvm/Support/CommandLine.h"
3333#include " llvm/Support/Debug.h"
3434#include " llvm/Support/ErrorHandling.h"
35- #include " llvm/Support/raw_ostream.h"
3635#include " llvm/Target/TargetMachine.h"
3736#include " llvm/TargetParser/Triple.h"
3837
You can’t perform that action at this time.
0 commit comments