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/31531] A microoptimization of isnegative of signed integer


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31531

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |TREE

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-07-18 22:46:55 UTC ---
All the functions produce the same assembler output in 4.6.1 on x86.  Only
isnegative_optimized_4 produces a difference on some targets (and a difference
IR coming into expand).


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