[PATCH] D78174: [VE] Add alternative names to registers

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 01:36:07 PDT 2020


simoll added a comment.

In D78174#1982544 <https://reviews.llvm.org/D78174#1982544>, @kaz7 wrote:

> This time, I am using new feature so I would like to add reviewers who know about it.


Makes sense.

One thing i noted, which should not go into this patch and is more of a cleanup thing: we probably want register name aliases also on the c++ side (eg something like `VE::SP` to refer to the stack pointer instead of using its SX register number).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78174/new/

https://reviews.llvm.org/D78174





More information about the llvm-commits mailing list