ARM refactor more NEON VLD/VST instructions to use composite physregs
authorJim Grosbach <grosbach@apple.com>
Tue, 6 Mar 2012 22:01:44 +0000 (22:01 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 6 Mar 2012 22:01:44 +0000 (22:01 +0000)
commitc0fc450f0754508871bc70f21e528bf2f1520da1
treee16639ca131b2753b82ee4cbf3a631d9c3903dea
parent40530ad3a8384e597b7a80d04c2ab80ac0232e0c
ARM refactor more NEON VLD/VST instructions to use composite physregs

Register pair VLD1/VLD2 all-lanes instructions. Kill off more of the
pseudos as a result.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152150 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMExpandPseudoInsts.cpp
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.h
utils/TableGen/EDEmitter.cpp