This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/57278] -fno-if-conversion and -fno-if-conversion2 do not work as intended


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).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]