When in ARM mode, LDRH/STRH require special handling of negative offsets.
authorChad Rosier <mcrosier@apple.com>
Thu, 10 Nov 2011 21:09:49 +0000 (21:09 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 10 Nov 2011 21:09:49 +0000 (21:09 +0000)
commit16455ce1a4063348209e94f52afde653ded5eeb5
tree8954b7e190cf4cda51f46a7f62b496c97db5f25a
parentd475f8612b1c7959dbf50242c8fa9d4aea1ee1a9
When in ARM mode, LDRH/STRH require special handling of negative offsets.
For correctness, disable this for now.
rdar://10418009

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144316 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMFastISel.cpp
test/CodeGen/ARM/fast-isel-ldrh-strh-arm.ll [new file with mode: 0644]