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

            Bug ID: 44611
           Summary: [JumpThreading]  results in OOM
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Scalar Optimizations
          Assignee: unassignedb...@nondot.org
          Reporter: pauls...@linux.vnet.ibm.com
                CC: llvm-bugs@lists.llvm.org

Created attachment 23044
  --> https://bugs.llvm.org/attachment.cgi?id=23044&action=edit
reduced testcase

With the option -jump-threading-across-loop-headers, this reduced program
consumes 16Gb of memory and is aborted. Without this option, opt returns 0
after 0.02s.

opt -mtriple=s390x-linux-gnu -O3 tc_jump_thread_OOM.ll
-jump-threading-across-loop-headers

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to