[AArch64]Add support to copy D tuples such as DPair/DTriple/DQuad and Q tuples such...
authorHao Liu <Hao.Liu@arm.com>
Tue, 7 Jan 2014 10:00:03 +0000 (10:00 +0000)
committerHao Liu <Hao.Liu@arm.com>
Tue, 7 Jan 2014 10:00:03 +0000 (10:00 +0000)
commit9cca551091d1727cbc83b0a5ee558ed689d07d27
treedc2874529eb6050202f38e587adc2e62306f99ea
parentdff38618c62600e912f4d39d9dfe9b547fa4749e
[AArch64]Add support to copy D tuples such as DPair/DTriple/DQuad and Q tuples such as QPair/QTriple/QQuad. There is no test case for D tuple as the original test cases are too large. As the copy of the D tuple is similar to the Q tuple, the correctness can be guaranteed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198682 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/AArch64/AArch64InstrInfo.h
test/CodeGen/AArch64/neon-copyPhysReg-tuple.ll [new file with mode: 0644]