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



------- Comment #4 from pinskia at gcc dot gnu dot org  2007-04-15 06:43 -------
There are a couple of ways of fixing this bug, folding while going out of ssa. 
Doing a tree combined which is PR 15459.  Or the patch which I attached.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |15459
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-04-15 06:43:24
               date|                            |


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


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