On Fri, Oct 9, 2015 at 11:09 PM, Tom de Vries wrote:
> Hi,
>
> In tree-parloops.c:gather_scalar_reductions, we find the comment:
> ...
> /* As gimple_uid is used by the vectorizer in between
> vect_analyze_loop_form and destroy_loop_vec_info, we can set
> gimple_uid of reduc_phi stmts
Hi,
In tree-parloops.c:gather_scalar_reductions, we find the comment:
...
/* As gimple_uid is used by the vectorizer in between
vect_analyze_loop_form and destroy_loop_vec_info, we can set
gimple_uid of reduc_phi stmts only now. */
reduction_list->traverse (NULL);
...
However, th