llvm-6502/include
Jakob Stoklund Olesen 914f2ff9e6 Begin implementation of an inline spiller.
InlineSpiller inserts loads and spills immediately instead of deferring to
VirtRegMap. This is possible now because SlotIndexes allows instructions to be
inserted and renumbered.

This is work in progress, and is mostly a copy of TrivialSpiller so far. It
works very well for functions that don't require spilling.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107227 91177308-0d34-0410-b5e6-96231b3b80d8
2010-06-29 23:58:39 +00:00
..
llvm Begin implementation of an inline spiller. 2010-06-29 23:58:39 +00:00
llvm-c Revert r107205 and r107207. 2010-06-29 22:34:52 +00:00