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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Why do you think the conditional move is a win?  On x86 that heavily depends on
how well predicted the different cases are, if they can be predicted, then
jumps are better, if they can't, sometimes conditional move can be a win.

Reply via email to