Thumb2 pre/post indexed loads.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 2 Jul 2009 07:28:31 +0000 (07:28 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 2 Jul 2009 07:28:31 +0000 (07:28 +0000)
commite88d5cee9d6b02bc786df806395a718464908064
tree8f0313cf282f08dbe1959775cac38b351d5c56f3
parentd0265aa00e15e925bcda032f18060f93c01c39ef
Thumb2 pre/post indexed loads.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74696 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
test/CodeGen/Thumb2/thumb2-ldr_post.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-ldr_pre.ll [new file with mode: 0644]