https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97445
--- Comment #56 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jan Hubicka <hubi...@gcc.gnu.org>: https://gcc.gnu.org/g:3fd5876793ddf882994acafc9c5b28e3be8897bd commit r11-4196-g3fd5876793ddf882994acafc9c5b28e3be8897bd Author: Jan Hubicka <j...@suse.cz> Date: Thu Oct 22 01:42:11 2020 +0200 Strenghten bound for bulitin_constant_p hint. this patch makes builtin_constant_p hint to combine with other loop hints we already support. gcc/ChangeLog: 2020-10-22 Jan Hubicka <hubi...@ucw.cz> PR ipa/97445 * ipa-inline.c (inline_insns_single): Add hint2 parameter. (inline_insns_auto): Add hint2 parameter. (can_inline_edge_by_limits_p): Update. (want_inline_small_function_p): Update. (wrapper_heuristics_may_apply): Update.