[PATCH] D78174: [VE] Add alternative names to registers
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 14 17:58:50 PDT 2020
kaz7 created this revision.
kaz7 added projects: LLVM, VE.
kaz7 added reviewers: arsenm, simoll, k-ishizaka.
Herald added subscribers: llvm-commits, hiraditya, wdng.
kaz7 added a comment.
This time, I am using new feature so I would like to add reviewers who know about it.
VE uses identical names "%s0-63" to all generic registers. Change to use
alternative name mechanism among all generic registers instead of hard-
coding them.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D78174
Files:
llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.cpp
llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.h
llvm/lib/Target/VE/VERegisterInfo.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78174.257578.patch
Type: text/x-patch
Size: 4662 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200415/e7668bff/attachment.bin>
More information about the llvm-commits
mailing list