- Removing the infamous r2rMap_ and rep() method. Now the coalescer will update
authorEvan Cheng <evan.cheng@apple.com>
Fri, 15 Feb 2008 18:24:29 +0000 (18:24 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 15 Feb 2008 18:24:29 +0000 (18:24 +0000)
commitc8d044e4f779fdcfc5e7d592927740fd8f672a70
tree101c003537c8d19f3d9ef2cd7a22a51d0c01dc32
parentf20db159541bf27f5d2fdf8d4ba1c8b270b936df
- Removing the infamous r2rMap_ and rep() method. Now the coalescer will update
register defs and uses after each successful coalescing.
- Also removed a number of hacks and fixed some subtle kill information bugs.

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