diff options
author | Bob Wilson <bob.wilson@apple.com> | 2009-10-06 21:16:19 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2009-10-06 21:16:19 +0000 |
commit | 3251776d1d46e426c7cbddf60c41e09a8ad2f242 (patch) | |
tree | 28848c88a5be46a006b424632057b42f8aeb949e /llvm/test/CodeGen/ARM/vuzp.ll | |
parent | bc85722d34d2b0c224faba551abe7872493997fd (diff) | |
download | bcm5719-llvm-3251776d1d46e426c7cbddf60c41e09a8ad2f242.tar.gz bcm5719-llvm-3251776d1d46e426c7cbddf60c41e09a8ad2f242.zip |
Update NEON struct names to match llvm-gcc changes.
(This is not required for correctness but might help with sanity.)
llvm-svn: 83415
Diffstat (limited to 'llvm/test/CodeGen/ARM/vuzp.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/vuzp.ll | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/test/CodeGen/ARM/vuzp.ll b/llvm/test/CodeGen/ARM/vuzp.ll index 411f59e9ce0..e531718d94a 100644 --- a/llvm/test/CodeGen/ARM/vuzp.ll +++ b/llvm/test/CodeGen/ARM/vuzp.ll @@ -1,15 +1,5 @@ ; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s -%struct.__builtin_neon_v8qi2 = type { <8 x i8>, <8 x i8> } -%struct.__builtin_neon_v4hi2 = type { <4 x i16>, <4 x i16> } -%struct.__builtin_neon_v2si2 = type { <2 x i32>, <2 x i32> } -%struct.__builtin_neon_v2sf2 = type { <2 x float>, <2 x float> } - -%struct.__builtin_neon_v16qi2 = type { <16 x i8>, <16 x i8> } -%struct.__builtin_neon_v8hi2 = type { <8 x i16>, <8 x i16> } -%struct.__builtin_neon_v4si2 = type { <4 x i32>, <4 x i32> } -%struct.__builtin_neon_v4sf2 = type { <4 x float>, <4 x float> } - define <8 x i8> @vuzpi8(<8 x i8>* %A, <8 x i8>* %B) nounwind { ;CHECK: vuzpi8: ;CHECK: vuzp.8 |