Re: [01/11] Schedule SLP earlier

2018-08-01 Thread Richard Biener
On Mon, Jul 30, 2018 at 1:37 PM Richard Sandiford wrote: > > vect_transform_loop used to call vect_schedule_slp lazily when it > came across the first SLP statement, but it seems easier to do it > before the main loop. Indeed. OK. Richard. > > 2018-07-30 Richard Sandiford > > gcc/ >

[01/11] Schedule SLP earlier

2018-07-30 Thread Richard Sandiford
vect_transform_loop used to call vect_schedule_slp lazily when it came across the first SLP statement, but it seems easier to do it before the main loop. 2018-07-30 Richard Sandiford gcc/ * tree-vect-loop.c (vect_transform_loop_stmt): Remove slp_scheduled argument. (ve