]> gcc.gnu.org Git - gcc.git/commit
re PR tree-optimization/44688 (Excessive code-size growth at -O3)
authorRichard Guenther <rguenther@suse.de>
Wed, 18 Apr 2012 11:33:51 +0000 (11:33 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 18 Apr 2012 11:33:51 +0000 (11:33 +0000)
commit03fd03d5bcb647dac06dd8e30a4660d4621e1d2e
treed299681460344c4e494414f353c180e1a1bad1d5
parent89fcabafa13d82c44c87b745d08de04386c5b15f
re PR tree-optimization/44688 (Excessive code-size growth at -O3)

2012-04-18  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/44688
* cfgloop.h (record_niter_bound): Declare.
* tree-ssa-loop-niter.c (record_niter_bound): Export.
Update the estimation with the upper bound here...
(estimate_numbers_of_iterations_loop): ... instead of here.
Do not forcefully reset a recorded upper bound.
* tree-vect-loop-manip.c (vect_do_peeling_for_alignment):
Record the maximum number of loop iterations of the
prologue loop.

From-SVN: r186566
gcc/ChangeLog
gcc/cfgloop.h
gcc/tree-ssa-loop-niter.c
gcc/tree-vect-loop-manip.c
This page took 0.066763 seconds and 5 git commands to generate.