Finish converting the rest of the NEON VLD instructions to use pseudo-
authorBob Wilson <bob.wilson@apple.com>
Fri, 3 Sep 2010 18:16:02 +0000 (18:16 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 3 Sep 2010 18:16:02 +0000 (18:16 +0000)
commitf572191fe43025bd85ab5d398a5b53305fdc6b8b
tree04f670fdaa06a53a6852de38f553c14f0f3ff356
parent2465dcf4c8f64c66bd4964c2772a6003f4e12d0f
Finish converting the rest of the NEON VLD instructions to use pseudo-
instructions prior to regalloc.  Since it's getting a little close to
the 2.8 branch deadline, I'll have to leave the rest of the instructions
handled by the NEONPreAllocPass for now, but I didn't want to leave half
of the VLD instructions converted and the other half not.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112983 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMExpandPseudoInsts.cpp
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/NEONPreAllocPass.cpp