Re: [PATCH] Fix parloops gimple_uid usage

2015-10-12 Thread Richard Biener
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

[PATCH] Fix parloops gimple_uid usage

2015-10-09 Thread Tom de Vries
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