[WebAssembly] Don't perform the returned-argument optimization on constants.
[oota-llvm.git] / test / CodeGen / ARM / 2012-05-10-PreferVMOVtoVDUP32.ll
1 ; RUN: llc -mtriple=arm-eabi -mcpu=swift %s -o - | FileCheck %s
2 ; <rdar://problem/10451892>
3
4 define void @f(i32 %x, i32* %p) nounwind ssp {
5 entry:
6 ; CHECK-NOT: vdup.32
7   %vecinit.i = insertelement <2 x i32> undef, i32 %x, i32 0
8   %vecinit1.i = insertelement <2 x i32> %vecinit.i, i32 %x, i32 1
9   %0 = bitcast i32* %p to i8*
10   tail call void @llvm.arm.neon.vst1.p0i8.v2i32(i8* %0, <2 x i32> %vecinit1.i, i32 4)
11   ret void
12 }
13
14 declare void @llvm.arm.neon.vst1.p0i8.v2i32(i8*, <2 x i32>, i32) nounwind