aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/StringRef.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-04-15 17:24:49 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-04-15 17:24:49 +0000
commit1af8b4dc92f109a9ad6a47edf4082ae06bfae534 (patch)
treec8a37ee80f5041b30565aae9dcad957bd152cd4d /llvm/lib/Support/StringRef.cpp
parent871f70609ae73a299e8d1dffd79bc39a2494bb9e (diff)
downloadllvm-1af8b4dc92f109a9ad6a47edf4082ae06bfae534.zip
llvm-1af8b4dc92f109a9ad6a47edf4082ae06bfae534.tar.gz
llvm-1af8b4dc92f109a9ad6a47edf4082ae06bfae534.tar.bz2
Teach the SplitKit blitter to handle multiply defined values as well.
The transferValues() function can now handle both singly and multiply defined values, as long as the resulting live range is known. Only rematerialized values have their live range recomputed by extendRange(). The updateSSA() function can now insert PHI values in bulk across multiple values in multiple target registers in one pass. The list of blocks received from transferValues() is in layout order which seems to work well for the iterative algorithm. Blocks from extendRange() are still in reverse BFS order, but this function is used so rarely now that it doesn't matter. llvm-svn: 129580
Diffstat (limited to 'llvm/lib/Support/StringRef.cpp')
0 files changed, 0 insertions, 0 deletions