[PATCH] D15614: TargetRegisterInfo: Add getRegAsmName()

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 8 06:52:31 PST 2016


tstellarAMD added a comment.

In http://reviews.llvm.org/D15614#322025, @echristo wrote:

> Seems like extra complexity versus just doing what the PPC port did?


How did the PPC port solve this?  I haven't found anything in PPCISelLowering::getRegForInlineAsmConstraint() that seems to work-around the issue.


http://reviews.llvm.org/D15614





More information about the llvm-commits mailing list