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/5738] GCSE missed optimization: common condition instructions


------- Additional Comments From kazu at cs dot umass dot edu  2004-01-04 07:22 -------
On mainline i686-pc-linux-gnu, I get roughly equivalent code with -O2.
Interestingly, I see the commom part merged with -Os.

tree-ssa generates basically the same code.


-- 


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


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