Make DSE only scan blocks that are reachable from the entry
block. Other blocks may have pointer cycles that will crash basicaa and other alias analyses. In any case, there is no point wasting cycles optimizing dead blocks. This fixes rdar://7635088 llvm-svn: 95852
Loading
Please register or sign in to comment