Update NEON struct names to match llvm-gcc changes.

(This is not required for correctness but might help with sanity.)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83415 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bob Wilson
2009-10-06 21:16:19 +00:00
parent a3e8bf8412
commit ec1d81c389
8 changed files with 165 additions and 195 deletions

View File

@@ -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