2017-06-28 Richard Biener <rguenther@suse.de>
commitc12cfa6e823d8bbc5046d8c2afbbde118056fccf
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Jun 2017 13:02:01 +0000 (28 13:02 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Jun 2017 13:02:01 +0000 (28 13:02 +0000)
treedf8c84fa418f106eeef7cb0c7803df63dbede91a
parent72db095419cb13232e259a6d71315871910819aa
2017-06-28  Richard Biener  <rguenther@suse.de>

* tree-vect-loop.c (vectorizable_reduction): Move special
cond reduction IV var creation ...
(vect_create_epilog_for_reduction): ... here.  Remove induction_index
parameter.  Use STMT_VINFO_VECTYPE.
* tree-vect-slp.c (vect_get_constant_vectors): Properly reset
constant_p.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@249736 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-vect-loop.c
gcc/tree-vect-slp.c