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

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 29 15:10:49 PST 2017


joerg added a comment.

So the next steps if you have the time would IMO be:

(1) Convert the Darwinish verbose conditional codes into annotations:

  bt 2, foo # condition: eq

or something like that. This removes some platform specific logic and can be applied unconditionally.

(2) Convert the existing test cases and drop the -ppc-reg-with-precent-prefix option. This is sadly mostly busy work unless you can script it.


Repository:
  rL LLVM

https://reviews.llvm.org/D39016





More information about the llvm-commits mailing list