graphite-blocking.c (lst_do_strip_mine): Avoid strip mining the root of the LST.
authorSebastian Pop <sebastian.pop@amd.com>
Wed, 25 Nov 2009 05:09:36 +0000 (05:09 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Wed, 25 Nov 2009 05:09:36 +0000 (05:09 +0000)
commit5c6c42c98d9a324859fb338a20abda1be82b9bda
tree3eeff7406c772b94df31eb9b98f5ad05912452c3
parentf58be90efba79bec87e9bc526fa57106c532d9e0
graphite-blocking.c (lst_do_strip_mine): Avoid strip mining the root of the LST.

2009-10-15  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-blocking.c (lst_do_strip_mine): Avoid strip mining the
root of the LST.
* graphite-interchange.c (lst_do_interchange): Avoid interchanging
the root of the LST.
* graphite-poly.c (scop_to_lst): Fix LST sequence in an outermost
fake loop.
(print_lst): Print the root of LST in a different format.
* graphite-poly.h (lst_depth): Adjust to include the root of the LST.

From-SVN: r154593
gcc/ChangeLog.graphite
gcc/graphite-blocking.c
gcc/graphite-interchange.c
gcc/graphite-poly.c
gcc/graphite-poly.h