Rip out live range splitting support from the inline spiller.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 10 Dec 2010 22:54:40 +0000 (22:54 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 10 Dec 2010 22:54:40 +0000 (22:54 +0000)
commit3bda29eb4f111015974d3f07675a26ec980e4a45
tree76750632ef87cf4d9d28bdcf1a654d61b4854684
parentab7837c26980d260ac0e42d52d6f137e78c8231c
Rip out live range splitting support from the inline spiller.

The spiller should only spill. The register allocator will drive live range
splitting, it has the needed information about register pressure and
interferences.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121590 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/InlineSpiller.cpp