[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)
commit27d88376bcccf4f2fd3f31d96deccae6807e03da
tree6f3e4ca9fc4175f2d251daa09b3f14bdc19fafa4
parent559c4ac377f2af11045501b57b824851546f6277
[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.

llvm-svn: 198682
llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
llvm/lib/Target/AArch64/AArch64InstrInfo.h
llvm/test/CodeGen/AArch64/neon-copyPhysReg-tuple.ll [new file with mode: 0644]