[llvm-bugs] [Bug 24628] New: Variable length allocas with large alignments have improper stack probes

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Aug 30 07:51:54 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=24628

            Bug ID: 24628
           Summary: Variable length allocas with large alignments have
                    improper stack probes
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
          Assignee: unassignedbugs at nondot.org
          Reporter: john.kare.alsaker at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Allocas are aligned after allocation, which means that there are up to
<alignment - 1> bytes potentially unprobed.


See http://reviews.llvm.org/D11881 for a failed patch.

-- 
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/20150830/fa91199d/attachment-0001.html>


More information about the llvm-bugs mailing list