Re: [02/11] Remove vect_schedule_slp return value

2018-08-01 Thread Richard Biener
On Mon, Jul 30, 2018 at 1:37 PM Richard Sandiford wrote: > > Nothing now uses the vect_schedule_slp return value, so it's not worth > propagating the value through vect_schedule_slp_instance. OK. > > 2018-07-30 Richard Sandiford > > gcc/ > * tree-vectorizer.h (vect_schedule_slp): Retu

[02/11] Remove vect_schedule_slp return value

2018-07-30 Thread Richard Sandiford
Nothing now uses the vect_schedule_slp return value, so it's not worth propagating the value through vect_schedule_slp_instance. 2018-07-30 Richard Sandiford gcc/ * tree-vectorizer.h (vect_schedule_slp): Return void. * tree-vect-slp.c (vect_schedule_slp_instance): Likewise.