http://llvm.org/bugs/show_bug.cgi?id=6908
Summary: stackoverflow when using LegalizeAllNodesNotLeadingTo
or AssignOrderingToNode on large bitcode files
Product: libraries
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: Common Code Generator Code
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Created an attachment (id=4725)
--> (http://llvm.org/bugs/attachment.cgi?id=4725)
proposed fix
Some of the code we generate ends up so large and complex that we can run out
of stack space when running these recursive codegen functions
(LegalizeAllNodesNotLeadingTo and AssignOrderingToNode). We've altered them to
be iterative so that they work with large bitcode files.
--
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs