[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:30:42 PDT 2023
lenary added a comment.
This change should probably be marked `[NFC]` - because the disassembly output won't change in either case, and nor will the result of assembling into an object - the only difference in behaviour is if you parse assembly and then immediately print it again (like these tests do).
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