[clang] [llvm] [Clang] Add `__builtin_stack_address` (PR #148281)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 17 04:53:00 PDT 2025
================
@@ -121,6 +121,11 @@ enum NodeType {
/// function calling this intrinsic.
SPONENTRY,
+ /// STACKADDR - Represents the llvm.stackaddr intrinsic. Takes no argument
+ /// and returns the starting address of the stack region that may be used
+ /// by called functions.
+ STACKADDR,
----------------
arsenm wrote:
Names don't match the actual intrinsic
https://github.com/llvm/llvm-project/pull/148281
More information about the cfe-commits
mailing list