blob: a801472622f2a8316cb7e1568a137ea32b57b7d8 [file] [log] [blame]
Matthijs Kooijman7f88d9c2008-06-10 15:11:36 +00001; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2
Evan Cheng97f5ccf2007-06-29 00:27:18 +00002
3define <4 x float> @t1(<4 x float> %Q) {
Dan Gohmanae3a0be2009-06-04 22:49:04 +00004 %tmp15 = fsub <4 x float> < float -0.000000e+00, float -0.000000e+00, float -0.000000e+00, float -0.000000e+00 >, %Q
Evan Cheng97f5ccf2007-06-29 00:27:18 +00005 ret <4 x float> %tmp15
6}
7
8define <4 x float> @t2(<4 x float> %Q) {
Dan Gohmanae3a0be2009-06-04 22:49:04 +00009 %tmp15 = fsub <4 x float> zeroinitializer, %Q
Evan Cheng97f5ccf2007-06-29 00:27:18 +000010 ret <4 x float> %tmp15
11}