------- Comment #17 from spop at gcc dot gnu dot org 2010-01-07 18:32 ------- Subject: Bug 42178
Author: spop Date: Thu Jan 7 18:32:39 2010 New Revision: 155701 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155701 Log: Fix PR42178. 2010-01-05 Sebastian Pop <sebastian....@amd.com> PR middle-end/42178 * graphite-interchange.c (lst_try_interchange_loops): Do not return the before, nest, and after LSTs. (lst_try_interchange): Removed. (lst_interchange_select_inner): Do not iterate over the LSTs if they were modified. (lst_interchange_select_outer): Apply interchange on the outer loop until there are no more changes in the inner loops. Modified: trunk/gcc/ChangeLog.graphite trunk/gcc/graphite-interchange.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42178