[Bug tree-optimization/15348] [tree-ssa] Convert (x < 0) || (y < 0) into (x | y) < 0.

steven at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Sep 30 22:29:00 GMT 2005


------- 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



More information about the Gcc-bugs mailing list