Re: [PING][PATCH] Insert new bound in try_transform_to_exit_first_loop_alt

2015-07-09 Thread Richard Biener
On Thu, 9 Jul 2015, Tom de Vries wrote: > On 29/06/15 16:30, Tom de Vries wrote: > > Hi, > > > > this patch allows try_transform_to_exit_first_loop_alt to handle the > > case that the new loop bound nit + 1 is not available as ssa-name n in > > the assignment nit = n - 1, by inserting the new loo

[PING][PATCH] Insert new bound in try_transform_to_exit_first_loop_alt

2015-07-09 Thread Tom de Vries
On 29/06/15 16:30, Tom de Vries wrote: Hi, this patch allows try_transform_to_exit_first_loop_alt to handle the case that the new loop bound nit + 1 is not available as ssa-name n in the assignment nit = n - 1, by inserting the new loop bound. Bootstrapped and reg-tested on x86_64. OK for trun