aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineVerifier.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-10-22 22:48:56 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-10-22 22:48:56 +0000
commit4cf8fe31bb7d84146d353c49b877f9e2a37510d0 (patch)
tree849931880f9f8cc5db778f20068baa26c6b1667c /llvm/lib/CodeGen/MachineVerifier.cpp
parent2b427c7fb0fb28e618748cb0af2513879b20b1ae (diff)
downloadllvm-4cf8fe31bb7d84146d353c49b877f9e2a37510d0.zip
llvm-4cf8fe31bb7d84146d353c49b877f9e2a37510d0.tar.gz
llvm-4cf8fe31bb7d84146d353c49b877f9e2a37510d0.tar.bz2
Be more strict about detecting multi-use blocks for isolation.
When a block has exactly two uses and the register is both live-in and live-out, don't isolate the block. We would be inserting two copies, so we haven't really made any progress. If the live-in and live-out values separate into disconnected components after splitting, we would be making progress. We can't detect that for now. llvm-svn: 117169
Diffstat (limited to 'llvm/lib/CodeGen/MachineVerifier.cpp')
0 files changed, 0 insertions, 0 deletions