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)
commit02170c00341a345cbc4bc6697e2b8d849b25724b
tree7e859bb5934b15bf3dc969256a17970b1622d5c4
parent6bcf52f00a4fc352e90ff11681a0e69f9757eb37
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