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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |x86_64-linux-gnu
   Last reconfirmed|2020-09-21 00:00:00         |2021-7-24
          Component|rtl-optimization            |target
           Keywords|                            |missed-optimization

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
AARCH64 does the right thing:
        fcmpe   d0, d1
        cinc    w1, w1, mi
        str     d0, [x0, w1, sxtw 3]
        ret

Reply via email to