http://llvm.org/bugs/show_bug.cgi?id=1835
Dan Gohman <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #7 from Dan Gohman <[EMAIL PROTECTED]> 2008-10-15 13:16:12 ---
IsReachable was rewritten a while ago to be non-recursive, to
use a topological ordering to eliminate many unreachable cases
quickly, and to not use a SmallPtrSet. Compile time on the given
testcase is reasonable, with scheduling taking a reasonable
portion of the overall time.
--
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