AArch64/ARM64: port some NEON tests to ARM64
authorTim Northover <tnorthover@apple.com>
Wed, 16 Apr 2014 15:28:02 +0000 (15:28 +0000)
committerTim Northover <tnorthover@apple.com>
Wed, 16 Apr 2014 15:28:02 +0000 (15:28 +0000)
commitf539725734a15ffcc7018cb101d6b5aa207792aa
tree823fca6d1f059c5165dae714dd62d9d89d44ed98
parent9a8aff0062024427c6f53482abbe3a43d9b5f174
AArch64/ARM64: port some NEON tests to ARM64

These ones used completely different sets of intrinsics, so the only way to do
it is create a separate ARM64 copy and change them all.

Other than that, CodeGen was straightforward, no deficiencies detected here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206392 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
test/CodeGen/AArch64/neon-2velem-high.ll
test/CodeGen/AArch64/neon-2velem.ll
test/CodeGen/AArch64/neon-3vdiff.ll
test/CodeGen/AArch64/neon-aba-abd.ll
test/CodeGen/AArch64/neon-across.ll
test/CodeGen/AArch64/neon-add-pairwise.ll
test/CodeGen/AArch64/neon-add-sub.ll
test/CodeGen/AArch64/neon-bitcast.ll
test/CodeGen/ARM64/aarch64-neon-2velem-high.ll [new file with mode: 0644]
test/CodeGen/ARM64/aarch64-neon-2velem.ll [new file with mode: 0644]
test/CodeGen/ARM64/aarch64-neon-3vdiff.ll [new file with mode: 0644]
test/CodeGen/ARM64/aarch64-neon-aba-abd.ll [new file with mode: 0644]
test/CodeGen/ARM64/aarch64-neon-across.ll [new file with mode: 0644]
test/CodeGen/ARM64/aarch64-neon-add-pairwise.ll [new file with mode: 0644]
test/CodeGen/ARM64/aarch64-neon-add-sub.ll [new file with mode: 0644]