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

            Bug ID: 25458
           Summary: [Polly] Timeout during scop construction due to overly
                    complex sets being formed
           Product: Projects
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Polly
          Assignee: polly-...@googlegroups.com
          Reporter: tob...@grosser.es
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

Created attachment 15253
  --> https://llvm.org/bugs/attachment.cgi?id=15253&action=edit
Test case

Polly with 252451 times out when running polly-opt -polly-process-unprofitable
timeout.ll

It seems that the sets we are creating during scop construction are becoming
very complex. We could probably timeout on this, but my feeling is that at
least for this test case we should be able to compute the scop represenation
more efficiently?

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

Reply via email to