diff options
Diffstat (limited to 'test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll')
| -rw-r--r-- | test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll b/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll deleted file mode 100644 index d702af7c0c70..000000000000 --- a/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll +++ /dev/null @@ -1,12 +0,0 @@ -; RUN: llc %s -mtriple=thumbv7-apple-darwin -verify-machineinstrs -mcpu=cortex-a9 -O0 -o - -; Make sure that the VMOVQQQQ pseudo instruction is handled properly -; by codegen. - -define void @test_vmovqqqq_pseudo() nounwind ssp { -entry: - %vld3_lane = call { <8 x i16>, <8 x i16>, <8 x i16> } @llvm.arm.neon.vld3lane.v8i16.p0i8(i8* undef, <8 x i16> undef, <8 x i16> undef, <8 x i16> zeroinitializer, i32 7, i32 2) - store { <8 x i16>, <8 x i16>, <8 x i16> } %vld3_lane, { <8 x i16>, <8 x i16>, <8 x i16> }* undef - ret void -} - -declare { <8 x i16>, <8 x i16>, <8 x i16> } @llvm.arm.neon.vld3lane.v8i16.p0i8(i8*, <8 x i16>, <8 x i16>, <8 x i16>, i32, i32) nounwind readonly |
