Add an option to disable spill hoisting.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 15 Sep 2011 21:06:00 +0000 (21:06 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 15 Sep 2011 21:06:00 +0000 (21:06 +0000)
commitb9edad0163296e02f7b4dbbc22b50615dede357c
tree7ddecf0316036f2db7a3657e49ff37d8657691ad
parentfd8b8519087d19d3ac4c3a0b23e6f7a6c2ced46b
Add an option to disable spill hoisting.

When -split-spill-mode is enabled, spill hoisting is performed by
SplitKit instead of by InlineSpiller.  This hidden command line option
is for testing the splitter spill mode.

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