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

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 20 06:28:20 PST 2016


rovka added a comment.

Hi,

Still LGTM, thanks!
For the record, until you can generate everything with TableGen, it's fine by me to handle only a subset of the ARM register classes (i.e. those that we have asserts for in ARMRegisterBankInfo). I can manually add the others as I run into them. I guess now you've already done all the work, but if it ever gets in your way later on feel free to get rid of the clutter.


https://reviews.llvm.org/D27807





More information about the llvm-commits mailing list