Re: [15/46] Make SLP_TREE_VEC_STMTS a vec

2018-07-25 Thread Richard Biener
On Tue, Jul 24, 2018 at 11:59 AM Richard Sandiford wrote: > > This patch changes SLP_TREE_VEC_STMTS from a vec to a > vec. This involved making the same change to the > phis vector in vectorizable_reduction, since SLP_TREE_VEC_STMTS is > spliced into it here: > > phis.splice (SLP_TREE_VEC_STMTS

[15/46] Make SLP_TREE_VEC_STMTS a vec

2018-07-24 Thread Richard Sandiford
This patch changes SLP_TREE_VEC_STMTS from a vec to a vec. This involved making the same change to the phis vector in vectorizable_reduction, since SLP_TREE_VEC_STMTS is spliced into it here: phis.splice (SLP_TREE_VEC_STMTS (slp_node_instance->reduc_phis)); 2018-07-24 Richard Sandiford gc