]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR tree-optimization/82965
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Apr 2018 08:59:05 +0000 (08:59 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Apr 2018 08:59:05 +0000 (08:59 +0000)
commit0edfe93d95b150e16d598850a75acc4735980f96
treebd43bc965dff5590c78fb5d6d802b3cbda1f4332
parenta4d03d34c69a3608e796686ecfb8a9e29b3d7d8f
PR tree-optimization/82965
PR tree-optimization/83991
* cfgloopanal.c (expected_loop_iterations_unbounded): Add
by_profile_only parameter.
* cfgloopmanip.c (scale_loop_profile): Further scale loop's profile
        information if the loop was predicted to iterate too many times.
* cfgloop.h (expected_loop_iterations_unbounded): Update prototype

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@259368 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cfgloop.h
gcc/cfgloopanal.c
gcc/cfgloopmanip.c