[PATCH] D88629: [lld-macho] Add ARM64 target arch
Greg McGary via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 3 13:31:51 PDT 2020
gkm marked 8 inline comments as done.
gkm added a comment.
> The encodings of adrp, add, stp, ldr, ... are described here:
> https://developer.arm.com/documentation/ddi0487/latest/
😆 Yes, I have that 8248(!) page doc. **Chapter C4: A64 Instruction Set Encoding** has all the details. Unlike PowerPC, it fails to neatly classifies & names the main encodings. Even so, this ought to suffice.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88629/new/
https://reviews.llvm.org/D88629
More information about the llvm-commits
mailing list