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

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 09:03:00 PST 2017


qcolombet added inline comments.


================
Comment at: lib/Target/AArch64/AArch64GenRegisterBankInfo.def:21
 
+const uint32_t GPRCoverageData[] = {
+    // Classes 0-31
----------------
dsanders wrote:
> qcolombet wrote:
> > I would squash this part with the tablgen patch.
> I'd prefer to commit them in sequence to reach the same state (as per our discussion on D27807) if that's ok. Squashing the addition of this array into the last patch in the series will require me to squash an additional 5 patches too since they each depend on the previous one.
Ok.


https://reviews.llvm.org/D27808





More information about the llvm-commits mailing list