[PATCH] D78372: [AArch64] Allow PAC mnemonics in the HINT space with PAC disabled

Oliver Stannard (Linaro) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 20 09:44:02 PDT 2020


ostannard accepted this revision.
ostannard added a comment.
This revision is now accepted and ready to land.

It would be nice to also print the mnemonic as a comment on the hint instruction, as these will commonly show up in compiled code. It looks like `AArch64InstPrinter` has access to a `CommentStream` which could be used for this.

That said, this patch LGTM on its own, the above is just a nice-to-have which could be done later.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78372





More information about the llvm-commits mailing list