[PATCH] D91607: [clang][Sparc] Fix __builtin_extract_return_addr etc.

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 28 13:46:43 PST 2022


efriedma added a comment.

Testcase?

Do you need to ptrtoint/inttoptr?  I would expect that the address is an `i8*`, so you can just GEP an appropriate number of bytes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91607



More information about the cfe-commits mailing list