[Bug target/94617] Simple if condition not optimized

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jul 19 03:40:32 GMT 2021


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|tree-optimization           |target
             Target|                            |x86_64-linux-gnu

--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Note only vanilla_bandpass produces the best code on aarch64:
        cmp     w0, w2
        ccmp    w2, w1, 0, le
        csel    x0, x3, x4, ge


More information about the Gcc-bugs mailing list