Re: [10/n] PR85694: Split out check for vectorizable associative reductions

2018-06-22 Thread Jeff Law
On 06/18/2018 09:07 AM, Richard Sandiford wrote: > This patch adds an overload of vect_reassociating_reduction_p > that checks for a vectorizable associative reduction, > since the check was duplicated in three functions. > > Tested on aarch64-linux-gnu and x86_64-linux-gnu. OK to install? > > R

[10/n] PR85694: Split out check for vectorizable associative reductions

2018-06-18 Thread Richard Sandiford
This patch adds an overload of vect_reassociating_reduction_p that checks for a vectorizable associative reduction, since the check was duplicated in three functions. Tested on aarch64-linux-gnu and x86_64-linux-gnu. OK to install? Richard 2018-06-18 Richard Sandiford gcc/ * tree-v