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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |x86_64-*-*, i?86-*-*
          Component|tree-optimization           |rtl-optimization

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
I think we statically predict the test to be non-even and thus avoid the cmov. 
Not sure if current cores still prefer branches over cmov for well-predicted
branches.

Reply via email to