The basic register allocator must also use the inline spiller.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 31 Mar 2011 23:02:17 +0000 (23:02 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 31 Mar 2011 23:02:17 +0000 (23:02 +0000)
commit842759662ba3eae35d6078643983a07266be9aa5
tree01e0f1c4da5d6b7d8f2ee16aaea42acc303e78aa
parent1db952d0c6c93f24619af5de2ea1b0550665479c
The basic register allocator must also use the inline spiller.

It is using a trivial rewriter that doesn't know how to insert spill code
requested by the standard spiller.

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