Adjust predictor values according to SPEC2006 and SPEC2017.
commit2bbcff9a18f6212b41d755bb8b6e219039f8c390
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Jan 2018 12:06:18 +0000 (19 12:06 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Jan 2018 12:06:18 +0000 (19 12:06 +0000)
treea2d3167baa2038e3ff43769e1e360f89d33a607a
parent8d7738e18acacb4ab0614d6382519320bb817f82
Adjust predictor values according to SPEC2006 and SPEC2017.

2018-01-19  Martin Liska  <mliska@suse.cz>

* predict.def (PRED_LOOP_EXIT): Change from 85 to 89.
(PRED_LOOP_EXIT_WITH_RECURSION): Change from 72 to 78.
(PRED_LOOP_EXTRA_EXIT): Change from 83 to 67.
(PRED_OPCODE_POSITIVE): Change from 64 to 59.
(PRED_TREE_OPCODE_POSITIVE): Change from 64 to 59.
(PRED_CONST_RETURN): Change from 69 to 65.
(PRED_NULL_RETURN): Change from 91 to 71.
(PRED_LOOP_IV_COMPARE_GUESS): Change from 98 to 64.
(PRED_LOOP_GUARD): Change from 66 to 73.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@256888 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/predict.def