Oops, didn't mean to commit that.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Sat, 9 Jul 2011 01:02:44 +0000 (01:02 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Sat, 9 Jul 2011 01:02:44 +0000 (01:02 +0000)
commit4f4a6fcd165293c347a42b543e5e55aa42a09bb2
tree89b9a8d38d7179e386bc8f542ac856c797b30589
parentf86a54741934e146e3aa0e32c0dfe1c58c3ba79d
Oops, didn't mean to commit that.

Spills should be hoisted out of loops, but we don't want to hoist them
to dominating blocks at the same loop depth. That could cause the spills
to be executed more often.

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