Re: [01/46] Move special cases out of get_initial_def_for_reduction

2018-07-25 Thread Richard Biener
On Tue, Jul 24, 2018 at 11:53 AM Richard Sandiford wrote: > > This minor clean-up avoids repeating the test for double reductions > and also moves the vect_get_vec_def_for_operand call to the same > function as the corresponding vect_get_vec_def_for_stmt_copy. OK. > > 2018-07-24 Richard Sandifo

[01/46] Move special cases out of get_initial_def_for_reduction

2018-07-24 Thread Richard Sandiford
This minor clean-up avoids repeating the test for double reductions and also moves the vect_get_vec_def_for_operand call to the same function as the corresponding vect_get_vec_def_for_stmt_copy. 2018-07-24 Richard Sandiford gcc/ * tree-vect-loop.c (get_initial_def_for_reduction): Move