[LLVMbugs] [Bug 16869] New: Out-of-memory on Scalar Evolution on long loop'd expressions

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Aug 13 02:09:58 PDT 2013


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

            Bug ID: 16869
           Summary: Out-of-memory on Scalar Evolution on long loop'd
                    expressions
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Scalar Optimizations
          Assignee: unassignedbugs at nondot.org
          Reporter: esteaqui at hotmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 11027
  --> http://llvm.org/bugs/attachment.cgi?id=11027&action=edit
Intermediate source

The following intermediate crashes in Scalar Evolution when run through "opt"
(rev 188181):

Stack dump:
0.      Program arguments: ~/builds/llvm/bin/opt M.ll -O3 -S
1.      Running pass 'CallGraph Pass Manager' on module 'M.ll'.
2.      Running pass 'Loop Pass Manager' on function '@repeated_expression'
3.      Running pass 'Induction Variable Simplification' on basic block
'%for.body'
Segmentation fault

Running a 32 bit linux, the opt process rises in memory usage before suddenly
crashing.

-- 
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/20130813/d84610d9/attachment.html>


More information about the llvm-bugs mailing list