Re: [PATCH] PR ipa/63576: Process speculative edges in ICF

2014-10-27 Thread Jiong Wang
On 27/10/14 15:30, Ilya Palachev wrote: Hi all, The attached patch is an attempt to fix the bug PR ipa/63576. As it is said in the comment to the bug, Jan Hubicka wrote: THen you need to sum counts (instead of taking ones from BB) and turn them back to frequencies (because it is profile only

[PATCH] PR ipa/63576: Process speculative edges in ICF

2014-10-27 Thread Ilya Palachev
Hi all, The attached patch is an attempt to fix the bug PR ipa/63576. As it is said in the comment to the bug, Jan Hubicka wrote: > THen you need to sum counts (instead of taking ones from BB) and > turn them back to frequencies (because it is profile only counts > should be non-0) It seems that