[PATCH] D146630: [AArch64] Add Missing Custom Target Operands

Sam Elliott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 22 07:23:37 PDT 2023


lenary added reviewers: pbarrio, tmatheson.
lenary added a comment.

To clarify the changes to the tests: they check that we can parse both `hint #N` and the mnemonic, and when printed they both print out exactly the same way, based on features (the mnemonic if you have pauth, or as `hint #n` otherwise).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146630



More information about the llvm-commits mailing list