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

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 20 10:01:53 PST 2016


qcolombet accepted this revision.
qcolombet added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: lib/Target/AArch64/AArch64GenRegisterBankInfo.def:188
   const ValueMapping &Map =
-      AArch64::getValueMapping((PartialMappingIdx)FirstInBank, Size)[Offset];
+      AArch64GenRegisterBankInfo::getValueMapping((PartialMappingIdx)FirstInBank, Size)[Offset];
   return Map.BreakDown == &PartMappings[PartialMapBaseIdx] &&
----------------
80-col


https://reviews.llvm.org/D27978





More information about the llvm-commits mailing list