Re: [17/46] Make LOOP_VINFO_REDUCTIONS an auto_vec

2018-07-25 Thread Richard Biener
On Tue, Jul 24, 2018 at 11:59 AM Richard Sandiford wrote: > > This patch changes LOOP_VINFO_REDUCTIONS from an auto_vec > to an auto_vec. It also changes the associated > vect_force_simple_reduction so that it takes and returns stmt_vec_infos > instead of gimple stmts. OK. Highlights that reduc

[17/46] Make LOOP_VINFO_REDUCTIONS an auto_vec

2018-07-24 Thread Richard Sandiford
This patch changes LOOP_VINFO_REDUCTIONS from an auto_vec to an auto_vec. It also changes the associated vect_force_simple_reduction so that it takes and returns stmt_vec_infos instead of gimple stmts. 2018-07-24 Richard Sandiford gcc/ * tree-vectorizer.h (_loop_vec_info::reductions)