[llvm-bugs] [Bug 25458] New: [Polly] Timeout during scop construction due to overly complex sets being formed
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Nov 9 07:57:43 PST 2015
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-dev at googlegroups.com
Reporter: tobias at grosser.es
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151109/b201f3d7/attachment.html>
More information about the llvm-bugs
mailing list