[PR46761] graphite: fix testing of boundary wrapping

Alexander Monakov amonakov@ispras.ru
Thu Dec 16 22:29:00 GMT 2010



On Thu, 16 Dec 2010, Richard Guenther wrote:

> > Thanks.  The following patch changes guard generation so that using unadjusted
> > UB is preferred (if it's an integer constant or an SSA_NAME).  If it is
> > neither, it uses the previous behaviour of bumping UB by one and changing the
> > test.  Bootstrapped and tested with make -k check RUNTESTFLAGS="graphite.exp",
> > OK for trunk?
> 
> That looks better.
> 
> Thanks,
> Richard.

Sebastian, is this patch OK to commit?  
 
> > 2010-12-15  Alexander Monakov  <amonakov@ispras.ru>
> >
> >         PR middle-end/46761
> >         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Prefer
> >         to use unadjusted UB.
> >


More information about the Gcc-patches mailing list