[PATCH] D27808: [globalisel] Initialize RegisterBanks with static data. Part 2 of 2.

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 07:38:30 PST 2016


dsanders created this revision.
dsanders added reviewers: qcolombet, t.p.northover, ab, rovka.
dsanders added a subscriber: llvm-commits.
dsanders added a dependency: D27807: [globalisel] Initialize RegisterBanks with static data. Part 1 of 2..
Herald added subscribers: dberris, vkalintiris.

This patch marks removes the now-unused addRegBankCoverage() and moves the
remaining static data to a table.

Depends on https://reviews.llvm.org/D27807


https://reviews.llvm.org/D27808

Files:
  include/llvm/CodeGen/GlobalISel/RegisterBank.h
  include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h
  lib/CodeGen/GlobalISel/RegisterBank.cpp
  lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
  lib/Target/AArch64/AArch64GenRegisterBankInfo.def
  lib/Target/AArch64/AArch64RegisterBankInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27808.81580.patch
Type: text/x-patch
Size: 13974 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161215/85c93d4f/attachment.bin>


More information about the llvm-commits mailing list