[LLVMbugs] [Bug 7137] [DSE] Dead store elimination removes only one store per pass in simple case
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Nov 30 17:36:52 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=7137
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-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.
More information about the llvm-bugs
mailing list