[Bug tree-optimization/38953] New: [graphite] loop closed SSA not maintained by graphite code generation

spop at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Jan 24 00:32:00 GMT 2009


This problem happened in the graphite branch where after the graphite
pass we scheduled a pass of loop invariant motion (LIM).  LIM does
expect to see the loop closed SSA form, but that property is not
maintained by the code generator of graphite.  The testcase is
extracted from the polyhedron benchmark aermod.f90 and it failed on
graphite branch when compiled with -O3 that implies -floop-block and
-fgraphite-identity.


-- 
           Summary: [graphite] loop closed SSA not maintained by graphite
                    code generation
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: spop at gcc dot gnu dot org
        ReportedBy: spop at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38953



More information about the Gcc-bugs mailing list