1 ; RUN: opt -instcombine < %s
3 ; Function Attrs: nounwind readnone ssp
4 define void @mulByZero(<4 x i16> %x) #0 {
6 %a = tail call <4 x i32> @llvm.arm.neon.vmulls.v4i32(<4 x i16> %x, <4 x i16> zeroinitializer) #2
10 ; Function Attrs: nounwind readnone
11 declare <4 x i32> @llvm.arm.neon.vmulls.v4i32(<4 x i16>, <4 x i16>) #1
13 attributes #0 = { nounwind readnone ssp }
14 attributes #1 = { nounwind readnone }