[PATCH] D39016: Add Percent Symbol In PPC Registers for Linux

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 21 14:13:37 PST 2017


joerg updated this revision to Diff 123850.
joerg added a comment.

Split into verbose conditional register names into a separate function. We likely want to remove them going forward as they are a specific feature of the Darwin assembler and not wildly supported.

Create precise predicates for using % register names and stripped register names, decoupling the (incomplete) existing checks.


https://reviews.llvm.org/D39016

Files:
  lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
  lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
  lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
  test/CodeGen/PowerPC/reg-names.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39016.123850.patch
Type: text/x-patch
Size: 7104 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171121/e551a7aa/attachment.bin>


More information about the llvm-commits mailing list