[LLVMbugs] [Bug 6435] New: globalopt crashes in PerformHeapAllocSRoA

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Feb 26 09:18:07 PST 2010


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

           Summary: globalopt crashes in PerformHeapAllocSRoA
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: kevin.fan at gmail.com
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=4323)
 --> (http://llvm.org/bugs/attachment.cgi?id=4323)
test.ll

"opt -globalopt test.bc" dumps core.

Similar to bug 6422, there is a malloc with an incorrect argument type of i32,
which may be confusing some code in globalopt.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list