]> git.ipfire.org Git - thirdparty/gcc.git/commit
2012-05-09 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 May 2012 11:01:16 +0000 (11:01 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 May 2012 11:01:16 +0000 (11:01 +0000)
commite74309486d57ffd934f9e0d4f075686666d675b0
tree036af27bac578af05d4facd8b5abcc09fe905e8f
parentf9d429a46a150de65540902d2c4f28ba0b6d3a90
2012-05-09  Richard Guenther  <rguenther@suse.de>

* tree-vectorizer.h (vect_loop_versioning): Adjust prototype.
(vect_do_peeling_for_loop_bound): Likewise.
(vect_do_peeling_for_alignment): Likewise.
* tree-vect-loop-manip.c (conservative_cost_threshold): Remove.
(vect_do_peeling_for_loop_bound): Get check_profitability and
threshold as parameters.
(vect_do_peeling_for_alignment): Likewise.
(vect_loop_versioning): Likewise.
* tree-vect-loop.c (vect_transform_loop): Compute check_profitability
and threshold here.  Control where to put the check here.

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