http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57278
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|c |middle-end
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I don't think -fno-if-conversion and -fno-if-conversion2 are designed to turn
off all predicated instructions.
Note -O3 turns on -ftree-loop-if-convert which also causes production of
predicated instructions (predicated moves).