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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
          Component|target                      |rtl-optimization
   Last reconfirmed|2012-04-02 00:00:00         |2021-8-2

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
We miss this also for aarch64:
        cmp     w0, 7
        bls     .L1
        cmp     w0, 8
        mov     w0, 4711
        csel    w0, w1, w0, eq
.L1:
        ret

Reply via email to