[LLVMbugs] [Bug 19243] New: Implement __builtin_stack_pointer

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Mar 25 09:08:43 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=19243

            Bug ID: 19243
           Summary: Implement __builtin_stack_pointer
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
          Assignee: unassignedbugs at nondot.org
          Reporter: renato.golin at linaro.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

A problem found in the kernel and explained here:

http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-October/066325.html

Hints at a new builtin to return the stack pointer register and avoid
constructs like:

register unsigned long current_stack_pointer asm("esp");

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140325/75ffbcd1/attachment.html>


More information about the llvm-bugs mailing list