[Bug rtl-optimization/124624] Missed optimization on arrangement of code blocks/branches (-Os mode)
shivam98.tkg at gmail dot com
gcc-bugzilla@gcc.gnu.org
Tue May 26 18:45:54 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124624
--- Comment #10 from Shivam Gupta <shivam98.tkg at gmail dot com> ---
(In reply to Drea Pinski from comment #9)
> > Correct this just allowed ifcvt do the work. And then there are cost model
> > issues with cmov vs branches filed seperately too. especially for x86 -Os.
>
> E.g. PR 117006.
But that issue suggests that this is local optimization opportunity. On larger
application like SPEC, that commit reduces the code size.
Is there anything to do for this issue or shall it we mark as Will-not-fixed?
More information about the Gcc-bugs
mailing list