[PATCH] D75044: [AArch64] __builtin_extract_return_addr for PAuth.
Daniel Kiss via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 8 10:51:49 PDT 2020
danielkiss marked 4 inline comments as done.
danielkiss added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/ISDOpcodes.h:74
/// the parent's frame or return address, and so on.
- FRAMEADDR, RETURNADDR, ADDROFRETURNADDR, SPONENTRY,
+ FRAMEADDR, RETURNADDR, ADDROFRETURNADDR, EXTRACTRETURNADDR, SPONENTRY,
----------------
chill wrote:
> Needs a comment about `EXTRACTRETURNADDR`. And also a slightly different grouping, so the non-commented/undocumented things stand out.
agree, I. added documentation for all now.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75044/new/
https://reviews.llvm.org/D75044
More information about the cfe-commits
mailing list