[PATCH] D53673: [COFF, ARM64] Implement Intrinsic.sponentry for AArch64

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 29 13:22:53 PDT 2018


efriedma added a comment.

> That said, maybe instead of adding a new intrinsic, we should rename llvm.addressofreturnaddress? It's the same thing on x86, and addressofreturnaddress doesn't really make sense on other targets anyway.

Nevermind, ignore this; apparently we actually need a separate llvm.addressofreturnaddress() to return the address of the return address on non-x86 targets, to implement the MSVC _AddressOfReturnAddress().


Repository:
  rL LLVM

https://reviews.llvm.org/D53673





More information about the llvm-commits mailing list