[clang] [llvm] [Clang] Add `__builtin_stack_address` (PR #148281)

via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 17 08:12:58 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,
----------------
moorabbit wrote:

Fixed in a new commit, thanks.

https://github.com/llvm/llvm-project/pull/148281


More information about the cfe-commits mailing list