Re: [PATCH 3/3] Rework cold and hot label attributes in predict.c.

2017-06-09 Thread Jan Hubicka
> gcc/ChangeLog: > > 2017-05-26 Martin Liska > > * gimplify.c (gimplify_label_expr): Insert GIMPLE_PREDICT > statements on cold and hot labels. > * predict.c (tree_estimate_probability_bb): Remove the > prediction from this place. > > gcc/testsuite/ChangeLog: > > 2017

[PATCH 3/3] Rework cold and hot label attributes in predict.c.

2017-06-06 Thread marxin
gcc/ChangeLog: 2017-05-26 Martin Liska * gimplify.c (gimplify_label_expr): Insert GIMPLE_PREDICT statements on cold and hot labels. * predict.c (tree_estimate_probability_bb): Remove the prediction from this place. gcc/testsuite/ChangeLog: 2017-05-31 Martin L