Re: Drop edge counts from CFG

2017-10-19 Thread Uros Bizjak
Hello! > * cgraphunit.c (init_lowered_empty_function): UPdate. > (cgraph_node::expand_thunk): UPdate. > * gimple-pretty-print.c (dump_probability): UPdate. ... > (gimple_mod_subtract): UPdate. > (gimple_ic): UPdate. > (gimple_stringop_fixed_value): UPdate. s/UPdate/Update/g Uros.

Drop edge counts from CFG

2017-10-19 Thread Jan Hubicka
Hi, this is penultimate patch to convert CFG to new profile_count/probability infrastructure. The patch simply drops counts from edges as they can be determined by applying edge's probability to source BB count. In most case updating needed is converting e->count use to e->count() but there are