https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120069
--- Comment #8 from Jan Hubicka <hubicka at ucw dot cz> --- In some graphs we are now better than before, mostly due to the inlining change g:064cac730f88dc71c6da578f9ae5b8e092ab6cd4 which enables inlining on non-hot edges if callee speeds up enoug. This improved imagick and x264 with PGO, but that is independent issue. I think there are two imagick PGO regressions. One already solved caused by stv and -Os costing and other one that needs to be analyzed. So bisecting would be useful.