https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124624
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=117006
--- Comment #9 from Drea Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Drea Pinski from comment #8)
> (In reply to Shivam Gupta from comment #7)
> > Ran an automated git bisect to find cmovne origin -
>
> 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.