This patch removes the now-unused addRegBankCoverage() and moves the
remaining static data the setRegBankData() call.
Depends on D27807
Paths
| Differential D27808
[globalisel] Initialize RegisterBanks with static data. Part 2 of 2. ClosedPublic Authored by dsanders on Dec 15 2016, 7:38 AM.
Details
Summary This patch removes the now-unused addRegBankCoverage() and moves the Depends on D27807
Diff Detail
Event Timelinedsanders retitled this revision from to [globalisel] Initialize RegisterBanks with static data. Part 2 of 2.. dsanders updated this object. dsanders added a parent revision: D27807: [globalisel] Initialize RegisterBanks with static data. Part 1 of 2.. This revision is now accepted and ready to land.Dec 16 2016, 3:56 AM qcolombet edited edge metadata. qcolombet added inline comments.
This revision now requires changes to proceed.Dec 19 2016, 5:37 PM
dsanders edited edge metadata. Comment ActionsRebase and add support for ARM (this patch would otherwise have broken ARM). qcolombet edited edge metadata. Comment ActionsHi Daniel, LGTM but squash it with the other part of this patch. Cheers,
This revision is now accepted and ready to land.Jan 9 2017, 2:27 PM Comment Actions
Ok, I'll merge this with D27807
Revision Contents
Diff 84119 include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
lib/Target/AArch64/AArch64GenRegisterBankInfo.def
lib/Target/AArch64/AArch64RegisterBankInfo.cpp
lib/Target/ARM/ARMRegisterBankInfo.cpp
|
Rename in createRegisterBank and merge the comment form the different methods.