[PATCH] D34610: [ARM] Add tGPRwithpc register class and use it for TBB/THH.

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 26 16:40:25 PDT 2017


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

LGTM.

While I think you are fine here, you should probably double check that `TargetRegisterInfo::getMinimalPhysRegClass()` does not start returning your new register class for the "normal" go regs or if it does at least keep an eye on the performance bots to make sure it doesn't accidentally change.


https://reviews.llvm.org/D34610





More information about the llvm-commits mailing list