[PATCH] D94282: [PowerPC] Support ppc-asm-full-reg-names for AIX

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 13 11:38:08 PDT 2021


jsji accepted this revision as: jsji.
jsji added a comment.
This revision is now accepted and ready to land.

I think we should enable this for lit testing purpose.

The options (`-ppc-asm-full-reg-names`,  `-ppc-reg-with-percent-prefix`) are not on by default, so it won't cause problem by default. 
If user add this option explicitly, then most of the time it should be for debug or lit testing.

We can add one warning on AIX when the option is on, mentioning that showing full reg names won't be accepted by default AIX assembler for now, just for reading or lit purpose.


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

https://reviews.llvm.org/D94282



More information about the llvm-commits mailing list