Change DAG nodes for Neon VLD2/3/4 operations to return multiple results.
authorBob Wilson <bob.wilson@apple.com>
Wed, 5 Aug 2009 00:49:09 +0000 (00:49 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 5 Aug 2009 00:49:09 +0000 (00:49 +0000)
commit4a3d35abefa3a1f6558ef88b25f2a320c76d5328
tree21a4d0ddae8ae69e22e34b7f0ba70fedecf218bb
parentc2a9eeb2734ac81980d38de0cddced15c1fbfd4e
Change DAG nodes for Neon VLD2/3/4 operations to return multiple results.
Get rid of yesterday's code to fix the register usage during isel.
Select the new DAG nodes to machine instructions.  The new pre-alloc pass
to choose adjacent registers for these results is not done, so the
results of this will generally not assemble yet.

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