- Reorg Thumb load / store instructions. Combine each rr and ri pair of
authorEvan Cheng <evan.cheng@apple.com>
Tue, 23 Jan 2007 22:59:13 +0000 (22:59 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 23 Jan 2007 22:59:13 +0000 (22:59 +0000)
commitc38f2bc3c29337f777c48b33daa8b1d6c76c27bf
tree92ab4d3947e902f50ea531364c9c6fa716a9a08c
parentc20048d05ce27118c5a50fefc8829ccf12be8e38
- Reorg Thumb load / store instructions. Combine each rr and ri pair of
  instructions into one (e.g. tLDRrr, tLDRri -> tLDR).
- Thumb ldrsb and ldrsh only have the [reg, reg] address format. If the
  address is not an add, materialize a 0 immediate into a register and use
  it as the offset field.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33470 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMInstrThumb.td