Add NEON VLD1-dup instructions (load 1 element to all lanes).
commitf99002f30e0500bbe242968dce0c8dda5ba9a1df
authorBob Wilson <bob.wilson@apple.com>
Sat, 27 Nov 2010 06:35:16 +0000 (27 06:35 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sat, 27 Nov 2010 06:35:16 +0000 (27 06:35 +0000)
tree9c4d91c61cf20ac1f03f1ce1f854be7b9518d5fa
parent7df8a950b40233290fe5fd328bd6adf8c17082e8
Add NEON VLD1-dup instructions (load 1 element to all lanes).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120194 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMExpandPseudoInsts.cpp
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/ARMSchedule.td
lib/Target/ARM/ARMScheduleA8.td
lib/Target/ARM/ARMScheduleA9.td
test/CodeGen/ARM/2009-11-02-NegativeLane.ll
test/CodeGen/ARM/vlddup.ll [new file with mode: 0644]