OSDN Git Service

Add support for Thumb load/stores with negative offsets.
authorChad Rosier <mcrosier@apple.com>
Mon, 14 Nov 2011 20:22:27 +0000 (20:22 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 14 Nov 2011 20:22:27 +0000 (20:22 +0000)
commit57b299796685033c87a5414e179b95b5ae7dc8d4
treed8f90c3e687aef277c1baa1a12e98f793eee70fb
parent6296ee3ee25a41f4d36d4fd61181598cd165235a
Add support for Thumb load/stores with negative offsets.
rdar://10412592

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144565 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMFastISel.cpp
test/CodeGen/ARM/fast-isel-ldr-str-thumb-neg-index.ll [new file with mode: 0644]