This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Fix PR43464: update loop closed SSA form once copy prop is done


Hi,

On Wed, 31 Mar 2010, Sebastian Pop wrote:

> On Wed, Mar 31, 2010 at 12:48, Sebastian Pop <sebpop@gmail.com> wrote:
> > On Wed, Mar 31, 2010 at 06:28, Michael Matz <matz@suse.de> wrote:
> >> At least graphite-sese-to-poly.c, lambda-code.c and possibly
> >> tree-ssa-pre.c would need something similar.
> >
> > Yes, this is the case. ÂI will prepare similar patches for these passes.
> 
> The attached patch fixes the problem in graphite-sese-to-poly.c
> I will commit this patch in the Graphite branch for further testing.
> 
> Michael, do you see other places in graphite-sese-to-poly.c that
> may still have similar problems?

No, that's the one I meant.  1) Are you sure BB->loop structure is current 
when that function is called, so that loop_exit_edge_p works?  2) Isn't it 
the case at least that _all_ incoming edges of such nodes must be 
loop exit edges?  Then the predicate at least can remain O(1) instead of 
O(N).


Ciao,
Michael.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]