llvm-6502/include
Jakob Stoklund Olesen 8de3b1eb86 Rematerialize as much as possible before inserting spills and reloads.
This allows us to recognize the common case where all uses could be
rematerialized, and no stack slot allocation is necessary.

If some values could be fully rematerialized, remove them from the live range
before allocating a stack slot for the rest.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107492 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-02 17:44:57 +00:00
..
llvm Rematerialize as much as possible before inserting spills and reloads. 2010-07-02 17:44:57 +00:00
llvm-c Implement the "linker_private_weak" linkage type. This will be used for 2010-07-01 21:55:59 +00:00