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/27504] x && (x & y) not optimized to x & y



------- Comment #2 from rguenth at gcc dot gnu dot org  2006-05-09 08:36 -------
It get's a little complicated as fold gets

 (xD.1520 != 0) && ((xD.1520 & 85) != 0)

from the frontend.


-- 


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


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