[AArch64] Move RegisterBankInfo.cpp/h to GISel.
authorAmara Emerson <aemerson@apple.com>
Wed, 10 Jun 2020 06:25:52 +0000 (23:25 -0700)
committerAmara Emerson <aemerson@apple.com>
Wed, 10 Jun 2020 06:26:25 +0000 (23:26 -0700)
Missed this file in the recent reorg.

llvm/lib/Target/AArch64/AArch64Subtarget.cpp
llvm/lib/Target/AArch64/CMakeLists.txt
llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp [moved from llvm/lib/Target/AArch64/AArch64RegisterBankInfo.cpp with 100% similarity]
llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.h [moved from llvm/lib/Target/AArch64/AArch64RegisterBankInfo.h with 100% similarity]

index 9db4428..2eed344 100644 (file)
 #include "AArch64.h"
 #include "AArch64InstrInfo.h"
 #include "AArch64PBQPRegAlloc.h"
-#include "AArch64RegisterBankInfo.h"
 #include "AArch64TargetMachine.h"
 #include "GISel/AArch64CallLowering.h"
 #include "GISel/AArch64LegalizerInfo.h"
+#include "GISel/AArch64RegisterBankInfo.h"
 #include "MCTargetDesc/AArch64AddressingModes.h"
 #include "llvm/CodeGen/GlobalISel/InstructionSelect.h"
 #include "llvm/CodeGen/MachineScheduler.h"
index 82eb897..823b9df 100644 (file)
@@ -29,6 +29,7 @@ add_llvm_target(AArch64CodeGen
   GISel/AArch64LegalizerInfo.cpp
   GISel/AArch64PreLegalizerCombiner.cpp
   GISel/AArch64PostLegalizerCombiner.cpp
+  GISel/AArch64RegisterBankInfo.cpp
   AArch64A57FPLoadBalancing.cpp
   AArch64AdvSIMDScalarPass.cpp
   AArch64AsmPrinter.cpp
@@ -57,7 +58,6 @@ add_llvm_target(AArch64CodeGen
   AArch64MCInstLower.cpp
   AArch64PromoteConstant.cpp
   AArch64PBQPRegAlloc.cpp
-  AArch64RegisterBankInfo.cpp
   AArch64RegisterInfo.cpp
   AArch64SelectionDAGInfo.cpp
   AArch64SpeculationHardening.cpp