http://llvm.org/bugs/show_bug.cgi?id=4916
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Chris Lattner <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
