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 tree-optimization/16220] [3.5 Regression] Jump pessimization


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-17 22:52 -------
Actually what has happened now is that (long) (val < prev) << 32 is changed into a < b ? 1 <<32 : 0. :(
So what needs to happen is PHI-OPT needs to detect this situational.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2004-06-26 19:46:23         |2004-07-17 22:52:49
               date|                            |


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


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