[Bug middle-end/86140] constprop clones with identical bodies
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jun 14 07:28:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86140
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |missed-optimization
CC| |mliska at suse dot cz
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
It's only a missed optimization - ICF could have merged the functions again
and/or IPA SRA could have removed the unused parameter from f().
More information about the Gcc-bugs
mailing list