[LLVMbugs] [Bug 4916] Optimize add and unsigned compare to add-with-overflow
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Dec 19 11:38:49 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=4916
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from Chris Lattner <clattner at apple.com> 2010-12-19 13:38:48 CST ---
This is implemented in r122182. We still get poor code though because GVN is
not cse'ing the add and add-with-overflow. This is tracked in PR8817.
--
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