https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109424
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|~ |~((x > y) ? x : y) produces | |two not instructions --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- > You would assume GCC produce the same code for both, but nope, the first f is > worse. Sorry f1 is worse.