summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/mangle.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
commitce6f055b4df16c2df17846753a08ffa419da1642 (patch)
tree7d0936981a26ae458cc51d2aa49d630996817f49 /clang/test/CodeGenCXX/mangle.cpp
parent2ba69d2313b837092e69de727ae58fadc8df917f (diff)
downloadbcm5719-llvm-ce6f055b4df16c2df17846753a08ffa419da1642.tar.gz
bcm5719-llvm-ce6f055b4df16c2df17846753a08ffa419da1642.zip
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. llvm-svn: 111393
Diffstat (limited to 'clang/test/CodeGenCXX/mangle.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud