[ARM] Also support v2f64 vld1/vst1.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Tue, 9 Dec 2014 21:25:00 +0000 (21:25 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Tue, 9 Dec 2014 21:25:00 +0000 (21:25 +0000)
commita31421e2dc97b620837220a5632e12335a6fdbc7
treeb242b81171eb644ff587e9320d599188d21d2414
parent90cd6f11134b8c19981f3bfc66c60e91136bac52
[ARM] Also support v2f64 vld1/vst1.

It was missing from the VLD1/VST1 handling logic, even though the
corresponding instructions exist (same form as v2i64).

In preparation for a future patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223832 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelDAGToDAG.cpp
test/CodeGen/ARM/vld1.ll
test/CodeGen/ARM/vst1.ll