[Bug tree-optimization/14792] [tree-ssa] cast elimination opportunity involving an AND

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue May 25 14:32:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-24 16:30 -------
For this to work, we have to fold ((int)b & 1) != 0 into b & 1 != 0.  If this is done then the patch for 
15459 can do its work.

-- 


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



More information about the Gcc-bugs mailing list