Eliminate reachability matrix. It has to be calculated before any instruction
selection is done. That's rather expensive especially in situations where it isn't really needed. Move back to a searching the predecessors, but make use of topological order to trim the search space. llvm-svn: 29559
Loading
Please register or sign in to comment