[PATCH] D36219: [ARM] Tidy up banked registers encoding

Javed Absar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 2 10:11:16 PDT 2017


javed.absar added a comment.

In https://reviews.llvm.org/D36219#829225, @olista01 wrote:

> We also have the reverse mapping (encoding->name) in ARMInstPrinter::printBankedRegOperand, could that use this table too?


I will attempt to clean this in a separate patch as the existing handling seems bit messy/tricky.


https://reviews.llvm.org/D36219





More information about the llvm-commits mailing list