llvm-6502/test/CodeGen
Jakob Stoklund Olesen 56573cc1ae Hoist spills within a basic block.
Try to move spills as early as possible in their basic block. This can
help eliminate interferences by shortening the live range being
spilled.

This fixes PR10221.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134776 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-09 00:25:03 +00:00
..
Alpha
ARM Be more aggressive about following hints. 2011-07-08 20:46:18 +00:00
Blackfin
CBackend
CellSPU
CPP
Generic Added a testcase for PR10220. 2011-07-07 00:36:02 +00:00
MBlaze
Mips
MSP430
PowerPC
PTX
SPARC
SystemZ
Thumb Change some ARM subtarget features to be single bit yes/no in order to sink them down to MC layer. Also fix tests. 2011-07-07 03:55:05 +00:00
Thumb2 Make tBX_RET and tBX_RET_vararg predicable. 2011-07-08 21:50:04 +00:00
X86 Hoist spills within a basic block. 2011-07-09 00:25:03 +00:00
XCore