This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/37705] New: [graphite] Fix problems with SCoPs, that contain more than one loop
- From: "grosser at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Oct 2008 17:16:33 -0000
- Subject: [Bug tree-optimization/37705] New: [graphite] Fix problems with SCoPs, that contain more than one loop
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Graphite calls limit_scops() to ensure, that every SCoP contains a single
surrounding loop, as graphite - at the moment - is not able to handle SCoPs
with two outermost loops or a bb not contained in any loop.
In theory that is possible without problems, only some little bugs are in the
way.
So fix the bugs, remove limit_scops() and make theory reality.
--
Summary: [graphite] Fix problems with SCoPs, that contain more
than one loop
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
AssignedTo: grosser at gcc dot gnu dot org
ReportedBy: grosser at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37705