http://llvm.org/bugs/show_bug.cgi?id=7137
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Chris Lattner <[email protected]> 2010-11-30 19:36:52 CST --- Yep, DSE is now doing the right thing here. The malloc/free not getting zapped is because instcombine doesn't run after DSE. That issue is tracked in PR2338 -- 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
