[LLVMbugs] [Bug 6876] New: Unbounded recursion in MachineCSE

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Apr 19 11:29:29 PDT 2010


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

           Summary: Unbounded recursion in MachineCSE
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: nicolas.geoffray at gmail.com
                CC: llvmbugs at cs.uiuc.edu


On very large functions, MachineCSE stack overflows because there are too many
recursive calls to processBlock (line 362 of lib/CodeGen/MachineCSE.cpp).

-- 
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