[LLVMbugs] [Bug 3266] Missed optimization xor (or (icmp sgt, icmp sgt), true) -> and( icmp slt, icmp slt)
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Oct 25 18:06:53 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=3266
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #11 from Chris Lattner <clattner at apple.com> 2009-10-25 20:06:52 ---
Implemented here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20091019/089599.html
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list