[Bug ipa/63576] [5 Regression] ICE : in ipa_merge_profiles, at ipa-utils.c:540 during Firefox LTO/PGO build
i.palachev at samsung dot com
gcc-bugzilla@gcc.gnu.org
Mon Oct 27 15:53:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63576
Ilya Palachev <i.palachev at samsung dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |i.palachev at samsung dot com
--- Comment #3 from Ilya Palachev <i.palachev at samsung dot com> ---
(In reply to Jan Hubicka from comment #2)
> speculative edges come in pairs (direct, indirect edge) that is obtained by
> speculative_call_info. 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)
Suggested patch https://gcc.gnu.org/ml/gcc-patches/2014-10/msg02764.html
Jan, so you mean that counts from BBs and counts from speculative edges should
be sumed?
More information about the Gcc-bugs
mailing list