https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59429

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Missed optimization         |Missed optimization
                   |opportunity in qsort-style  |opportunity in SPACESHIP
                   |comparison functions        |comparison functions

--- Comment #17 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
So summary:
SPACESHIP internal function is not being recognized for comLG, comLE, comGL and
comGE.
While it is being recognized for comEL and  comEG.
(since GCC 15).

Reply via email to