[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#181096: [Bug tree-optimization/9814] gcc fails to optimise if (l&2) l|=2 away



------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-04 05:41 -------
I think this can be done on the tree using <http://gcc.gnu.org/ml/gcc-patches/2004-06/
msg00153.html> and not changing (a&2) == 0 into (a>>1) & 1 until late.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
          Component|rtl-optimization            |tree-optimization


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

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.



Reply to: