OSDN Git Service

Iterative coallescing doesn't buy us anything (we get identical results on
authorChris Lattner <sabre@nondot.org>
Fri, 1 Sep 2006 04:02:42 +0000 (04:02 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 1 Sep 2006 04:02:42 +0000 (04:02 +0000)
commita2a8f0919d6d000e894f31b8cb416b4fbe17bb07
treebd503d998a634c009b34a508dead1f5fe6181ec1
parent7218c288223c9d1d8eb4d8c1c2c0e9d212cd3e46
Iterative coallescing doesn't buy us anything (we get identical results on
crafty with and without it).  Removing it speeds up live intervals 6%.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30010 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveIntervalAnalysis.h
lib/CodeGen/LiveIntervalAnalysis.cpp