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 optimization/3507] appalling optimisation with sub/cmp on i386


------- Additional Comments From kazu at cs dot umass dot edu  2004-01-04 08:26 -------
Replacing a < b with (long) c < 0 sounds like a CSE type of work
but does not quite fit in the current framework of replacing
expensive expressions with cheaper equivalents that are already available.
That is, nobody has computed (long) c < 0 before, so it's not available.



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kazu at cs dot umass dot edu


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


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