https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79966

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2
                 CC|                            |hubicka at gcc dot gnu.org,
                   |                            |rguenth at gcc dot gnu.org

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Inlining difference shows:

Inlining mysum to tp_sum with frequency 1000
Inlining tp_sum to runtptests with frequency 99000
Inlining mysum to runtptests with frequency 100000

vs. just

Inlining mysum.constprop to tp_sum with frequency 1000

We don't even consider to inline tp_sum when -fipa-cp-clone is enabled.

Reply via email to