[PATCH] D119053: [nfc][codegen] Move RegisterBank[Info].cpp under CodeGen

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 15 11:27:52 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc62eefb8863e: [nfc][codegen] Move RegisterBank[Info].cpp under CodeGen (authored by mtrofin).

Changed prior to commit:
  https://reviews.llvm.org/D119053?vs=406150&id=408977#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119053/new/

https://reviews.llvm.org/D119053

Files:
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/GlobalISel/CMakeLists.txt
  llvm/lib/CodeGen/GlobalISel/RegisterBank.cpp
  llvm/lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
  llvm/lib/CodeGen/RegisterBank.cpp
  llvm/lib/CodeGen/RegisterBankInfo.cpp


Index: llvm/lib/CodeGen/GlobalISel/CMakeLists.txt
===================================================================
--- llvm/lib/CodeGen/GlobalISel/CMakeLists.txt
+++ llvm/lib/CodeGen/GlobalISel/CMakeLists.txt
@@ -22,8 +22,6 @@
   LostDebugLocObserver.cpp
   MachineIRBuilder.cpp
   RegBankSelect.cpp
-  RegisterBank.cpp
-  RegisterBankInfo.cpp
   Utils.cpp
 
   ADDITIONAL_HEADER_DIRS
Index: llvm/lib/CodeGen/CMakeLists.txt
===================================================================
--- llvm/lib/CodeGen/CMakeLists.txt
+++ llvm/lib/CodeGen/CMakeLists.txt
@@ -188,6 +188,8 @@
   RegUsageInfoPropagate.cpp
   ReplaceWithVeclib.cpp
   ResetMachineFunctionPass.cpp
+  RegisterBank.cpp
+  RegisterBankInfo.cpp
   SafeStack.cpp
   SafeStackLayout.cpp
   ScheduleDAG.cpp


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119053.408977.patch
Type: text/x-patch
Size: 776 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220215/b248054a/attachment.bin>


More information about the llvm-commits mailing list