https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98782
--- Comment #23 from Tamar Christina <tnfchris at gcc dot gnu.org> --- (In reply to Jan Hubicka from comment #20) > With g:r12-5872-gf157c5362b4844f7676cae2aba81a4cf75bd68d5 we should no > longer need -fno-inline-functions-called-once Awesome! thanks! I wonder if we can get rid of the final magic parameter too, we run with --param ipa-cp-unit-growth=80 too which seems to have no more effect on exchange, though still a slight effect on leela but a 12% gain in imagick. This looks like without the parameter we lose constprop on MorphologyApply resulting in a much bigger function. Do you want me to make a new ticket for this?