Re-commit r98683 ("remove redundant writeback flag from ARM address mode 6")
authorBob Wilson <bob.wilson@apple.com>
Sat, 20 Mar 2010 22:13:40 +0000 (22:13 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sat, 20 Mar 2010 22:13:40 +0000 (22:13 +0000)
commit226036ee731a2041f37f28f958d2b6a50373f4f4
tree810462699200a53793f916326b5e6f9726aeaa31
parentd5fadaf56ee1e8ee137d34bed6749bd3b11ffd88
Re-commit r98683 ("remove redundant writeback flag from ARM address mode 6")
with changes to add a separate optional register update argument.  Change all
the NEON instructions with address register writeback to use it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99095 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAddressingModes.h
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
lib/Target/ARM/AsmPrinter/ARMInstPrinter.h
lib/Target/ARM/NEONPreAllocPass.cpp