13 lines · plain
1; RUN: llc %s -mtriple=thumbv7-apple-darwin -verify-machineinstrs -mcpu=cortex-a9 -O0 -o -2; Make sure that the VMOVQQQQ pseudo instruction is handled properly3; by codegen.4 5define void @test_vmovqqqq_pseudo() nounwind ssp {6entry:7 %vld3_lane = call { <8 x i16>, <8 x i16>, <8 x i16> } @llvm.arm.neon.vld3lane.v8i16.p0(ptr undef, <8 x i16> undef, <8 x i16> undef, <8 x i16> zeroinitializer, i32 7, i32 2)8 store { <8 x i16>, <8 x i16>, <8 x i16> } %vld3_lane, ptr undef9 ret void10}11 12declare { <8 x i16>, <8 x i16>, <8 x i16> } @llvm.arm.neon.vld3lane.v8i16.p0(ptr, <8 x i16>, <8 x i16>, <8 x i16>, i32, i32) nounwind readonly13