[PATCH] D60428: [Aarch64AsmPrinter] support %c output template for global addresses

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 9 11:01:15 PDT 2019


nickdesaulniers marked an inline comment as done.
nickdesaulniers added a comment.

> How does that sound?

eh, looks like the arch specific asm printers have `printOperand` as well that would need to be hoisted to the base class in order to properly handle `%c` in a generic way.  That will likely be a bigger refactor to `AsmPrinter` and derived classes.  I think I'm going to do that in a separate commit first, then revisit this one.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60428





More information about the llvm-commits mailing list