Modify linear scan register allocator to use the two-address
authorAlkis Evlogimenos <alkis@evlogimenos.com>
Thu, 18 Dec 2003 13:15:02 +0000 (13:15 +0000)
committerAlkis Evlogimenos <alkis@evlogimenos.com>
Thu, 18 Dec 2003 13:15:02 +0000 (13:15 +0000)
commita71e05acdd7c6a8e815db46b5fb6dc1d87826aab
tree7e5d9b17603dc81752f8cc3951f5e705486a440d
parenta3d0e5c2b257a19a0de03a98a4991f5168027129
Modify linear scan register allocator to use the two-address
instruction pass. This also fixes all remaining bugs for this new
allocator to pass all tests under test/Programs.

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