- LiveInterval value#'s now have 3 components: def instruction #,
authorEvan Cheng <evan.cheng@apple.com>
Tue, 7 Aug 2007 23:49:57 +0000 (23:49 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 7 Aug 2007 23:49:57 +0000 (23:49 +0000)
commita8d94f1315f722de056af03763664b77a5baac26
tree0d6df32277e39c84a3e18c7c0bfdb8a46da98258
parent002fe25dd7ae240369eae70195ccf17b8921585f
- LiveInterval value#'s now have 3 components: def instruction #,
kill instruction #, and source register number (iff the value# is defined by a
copy).
- Now def instruction # is set for every value#, not just for copy defined ones.
- Update some outdated code related inactive live ranges.
- Kill info not yet set. That's next patch.

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