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

Tobias Grosser <grosser at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |grosser at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #4 from Tobias Grosser <grosser at gcc dot gnu.org> ---
Fixed with:

Author: grosser <grosser@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Sun Jul 14 06:45:08 2013 +0000

    graphite: Do not depend on 2D + 1 form in parallelism check

        PR tree-optimization/54094
        * graphite-clast-to-gimple.c (translate_clast_for_loop): Derive the
          scheduling dimension for the parallelism check from the polyhedral
          information in the AST.
        * graphite-dependences.c (carries_deps): Do not assume the schedule is
          in 2D + 1 form.

    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200946

Reply via email to