Disable fancy splitting during spilling unless -extra-spiller-splits is given.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 4 Nov 2010 00:32:32 +0000 (00:32 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 4 Nov 2010 00:32:32 +0000 (00:32 +0000)
commit8c42f48d023c4b9164b3c39ad0513b53f1cc1e91
tree1d2c8981e44821971ee721dfc468ad7eab6caf13
parent806e80ef42bdb416f409142a1ff1d4e8752baac8
Disable fancy splitting during spilling unless -extra-spiller-splits is given.

This way, InlineSpiller does the same amount of splitting as the standard
spiller. Splitting should really be guided by the register allocator, and
doesn't belong in the spiller at all.

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