Create a new ARM-specific DAG node, VDUP, to represent a splat from a
authorBob Wilson <bob.wilson@apple.com>
Fri, 14 Aug 2009 05:13:08 +0000 (05:13 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 14 Aug 2009 05:13:08 +0000 (05:13 +0000)
commitc1d287b4b73487b6ab094a253a7357addc1d8b84
tree8504628403cd6cbc26028459b88e124059aeb908
parent0ce371082565330672c276f76297f46b362d74b7
Create a new ARM-specific DAG node, VDUP, to represent a splat from a
scalar_to_vector.  Generate these VDUP nodes during legalization instead
of trying to recognize the pattern during selection.

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