[PATCH] D27338: [globalisel] Tablegen-erate current Register Bank Information

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 9 09:16:50 PST 2017


dsanders updated this revision to Diff 83636.
dsanders marked 17 inline comments as done.
dsanders added a comment.

Rebased onto the new https://reviews.llvm.org/D27339 and re-worked to account for the changes to earlier patches in the series.

Removed the hard-coded 200 register class limit deferred from earlier patches in the series.

Updated to account for most of Quentin's comments. There's a couple I need to ask about.


https://reviews.llvm.org/D27338

Files:
  include/llvm/CodeGen/GlobalISel/RegisterBank.h
  include/llvm/Target/GlobalISel/RegisterBank.td
  include/llvm/Target/Target.td
  lib/CodeGen/GlobalISel/RegisterBank.cpp
  lib/Target/AArch64/AArch64.td
  lib/Target/AArch64/AArch64GenRegisterBankInfo.def
  lib/Target/AArch64/AArch64RegisterBankInfo.cpp
  lib/Target/AArch64/AArch64RegisterBankInfo.h
  lib/Target/AArch64/AArch64RegisterBanks.td
  lib/Target/AArch64/CMakeLists.txt
  lib/Target/ARM/ARMRegisterBankInfo.cpp
  llvm/Target/GlobalISel/RegisterBank.td
  utils/TableGen/CMakeLists.txt
  utils/TableGen/RegisterBankEmitter.cpp
  utils/TableGen/TableGen.cpp
  utils/TableGen/TableGenBackends.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27338.83636.patch
Type: text/x-patch
Size: 33536 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170109/2b5183e7/attachment.bin>


More information about the llvm-commits mailing list