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/15348] [tree-ssa] Convert (x < 0) || (y < 0) into (x | y) < 0.


------- Additional Comments From steven at gcc dot gnu dot org  2005-09-30 22:29 -------
For AMD64, the functions from the first test case don't produce the 
same code either, so combine is not catching this either. 
 

-- 


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


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