llvm-6502/test/CodeGen
Evan Cheng db6cbe1ff1 In Thumb2 mode, lower frame indix references to:
add <rd>, sp, #<imm8>
ldr <rd>, [sp, #<imm8>]
When the offset from sp is multiple of 4 and in range of 0-1020.
This saves code size by utilizing 16-bit instructions.

rdar://9321541


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129971 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-22 01:42:52 +00:00
..
Alpha
ARM Fix DWARF description of Q registers. 2011-04-21 23:22:35 +00:00
Blackfin
CBackend
CellSPU
CPP
Generic Un-XFAIL this test for ARM. <rdar://problem/7662569> 2011-04-20 21:47:45 +00:00
MBlaze
Mips
MSP430
PowerPC
PTX ptx: fix parameter ordering 2011-04-21 10:56:58 +00:00
SPARC
SystemZ
Thumb
Thumb2 In Thumb2 mode, lower frame indix references to: 2011-04-22 01:42:52 +00:00
X86 Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...", 2011-04-21 16:14:46 +00:00
XCore