OSDN Git Service

Fix tests for Neon load/store intrinsics to match the i8* types expected by
authorBob Wilson <bob.wilson@apple.com>
Tue, 20 Apr 2010 00:17:16 +0000 (00:17 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 20 Apr 2010 00:17:16 +0000 (00:17 +0000)
commit40790ddd7ebdfd3a8a4d53a1593dcfbadf4477b6
tree7e859bb5934b15bf3dc969256a17970b1622d5c4
parentc42f7a52028574f09556465caecad7c7517553ac
Fix tests for Neon load/store intrinsics to match the i8* types expected by
the intrinsics.  The reason for those i8* types is that the intrinsics are
overloaded on the vector type and we don't have a way to declare an intrinsic
where one argument is an overloaded vector type and another argument is a
pointer to the vector element type.  The bitcasts added here will match what
the frontend will typically generate when these intrinsics are used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101840 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/ARM/vld1.ll
test/CodeGen/ARM/vld2.ll
test/CodeGen/ARM/vld3.ll
test/CodeGen/ARM/vld4.ll
test/CodeGen/ARM/vldlane.ll
test/CodeGen/ARM/vst1.ll
test/CodeGen/ARM/vst2.ll
test/CodeGen/ARM/vst3.ll
test/CodeGen/ARM/vst4.ll
test/CodeGen/ARM/vstlane.ll