Teach the LiveInterval::join function to use the fast merge algorithm,
generalizing its implementation sufficiently to support this value number scenario as well. This cuts out another significant performance hit in large functions (over 10k basic blocks, etc), especially those with "natural" CFG structures. llvm-svn: 160026
Loading
Please register or sign in to comment