Re: [PATCH] Fix a couple of tree-vect-loop.c issues

2014-02-13 Thread Richard Henderson
On 02/13/2014 02:46 PM, Jakub Jelinek wrote: > 2014-02-13 Jakub Jelinek > > * tree-vect-loop.c (vect_is_slp_reduction): Don't set > use_stmt twice. > (get_initial_def_for_induction, vectorizable_induction): Ignore > debug stmts when looking for exit_phi. > (vectori

[PATCH] Fix a couple of tree-vect-loop.c issues

2014-02-13 Thread Jakub Jelinek
Hi! While fixing a -O3 -g vectorizer ICE that only reproduced on GCC-4.4-RH branch, I've noticed couple of similar issues on the trunk. The first hunk is just a cleanup, there is no point to set use_stmt again to the same thing as it has been set before. The second and third hunks are to ignore d