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
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