Add NEON VLD1-dup instructions (load 1 element to all lanes).
authorBob Wilson <bob.wilson@apple.com>
Sat, 27 Nov 2010 06:35:16 +0000 (06:35 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sat, 27 Nov 2010 06:35:16 +0000 (06:35 +0000)
commit2a0e97431ecef2aa6a24a16ced207d5b53fcfc2d
tree9c4d91c61cf20ac1f03f1ce1f854be7b9518d5fa
parent8d412946643f048daa9d76b4f021a172341ea045
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]