The ARM LDRH/STRH instructions use a +/-imm8 encoding, not an imm12.
authorChad Rosier <mcrosier@apple.com>
Wed, 9 Nov 2011 21:30:12 +0000 (21:30 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 9 Nov 2011 21:30:12 +0000 (21:30 +0000)
commit7346347674f03868e8c076c8c27a7f09f0a086c2
tree0110e40a857ea69261ae7e2386f68f9b1c06f992
parentc6c7e85a71b3a9a7392beade7e345c1b79b66966
The ARM LDRH/STRH instructions use a +/-imm8 encoding, not an imm12.
rdar://10418009

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144213 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMFastISel.cpp