[LLVMbugs] [Bug 1786] SimplifyCFG leaves unreachable basic blocks
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Nov 11 00:48:28 PST 2007
http://llvm.org/bugs/show_bug.cgi?id=1786
Chris Lattner <sabre at nondot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #3 from Chris Lattner <sabre at nondot.org> 2007-11-11 02:48:28 ---
simplifycfg only handles trivially dead blocks. For more aggressive dce please
use the adce pass.
--
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