aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/DeltaAlgorithm.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-08-18 19:00:08 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-08-18 19:00:08 +0000
commit1407c84242688dbcdbaa5b0296c18f46d102f25a (patch)
tree18e7a350b178e674b9823e8771b448b2a51dc4ba /lib/Support/DeltaAlgorithm.cpp
parent6709c7bcdacfc3cc07bc0c47d3a3f9b47c699d3a (diff)
Add the LiveIntervalMap class. Don't hook it up yet.
LiveIntervalMap maps values from a parent LiveInterval to a child interval that is a strict subset. It will create phi-def values as needed to preserve the VNInfo SSA form in the child interval. This leads to an algorithm very similar to the one in SSAUpdaterImpl.h, but with enough differences that the code can't be reused: - We don't need to manipulate PHI instructions. - LiveIntervals have kills. - We have MachineDominatorTree. - We can use df_iterator. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111393 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/DeltaAlgorithm.cpp')
0 files changed, 0 insertions, 0 deletions