blob: 2ca6b86ccc2f9baeb6e3b63237f0855e98a19637 [file] [log] [blame]
Owen Anderson51b75b8c2015-03-10 05:13:47 +00001; RUN: opt -instcombine < %s
2
3; Function Attrs: nounwind readnone ssp
4define void @mulByZero(<4 x i16> %x) #0 {
5entry:
6 %a = tail call <4 x i32> @llvm.arm.neon.vmulls.v4i32(<4 x i16> %x, <4 x i16> zeroinitializer) #2
7 ret void
8}
9
10; Function Attrs: nounwind readnone
11declare <4 x i32> @llvm.arm.neon.vmulls.v4i32(<4 x i16>, <4 x i16>) #1
12
13attributes #0 = { nounwind readnone ssp }
14attributes #1 = { nounwind readnone }