summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/2011-04-21-FILoweringBug.ll
Commit message (Collapse)AuthorAge
* In Thumb2 mode, lower frame indix references to:Evan Cheng2011-04-22
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