[PATCH] D27978: [aarch64][globalisel] Move getValueMapping/getCopyMapping to AArch64GenRegisterBankInfo. NFC.

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 20 03:07:06 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: D27976: [aarch64][globalisel] Move data into <Target>GenRegisterBankInfo. NFC..
Herald added subscribers: kristof.beyls, dberris, vkalintiris, rengolin, aemerson.

We did lose a little specificity in the assertion messages for the
PartialMappingIdx enumerators in this change but this was necessary to
avoid unnecessary use of 'public:' and we haven't lost anything that
can't be discovered easily in lldb. Once this is tablegen-erated we could
also safely remove the assertions.

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


https://reviews.llvm.org/D27978

Files:
  lib/Target/AArch64/AArch64GenRegisterBankInfo.def
  lib/Target/AArch64/AArch64RegisterBankInfo.cpp
  lib/Target/AArch64/AArch64RegisterBankInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27978.82083.patch
Type: text/x-patch
Size: 14414 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161220/b030b06e/attachment.bin>


More information about the llvm-commits mailing list