blob: a801472622f2a8316cb7e1568a137ea32b57b7d8 [file] [log] [blame]
Matthijs Kooijmanfa614fc2008-06-10 15:11:36 +00001; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
3define <4 x float> @t1(<4 x float> %Q) {
Dan Gohman7ce405e2009-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
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005 ret <4 x float> %tmp15
6}
7
8define <4 x float> @t2(<4 x float> %Q) {
Dan Gohman7ce405e2009-06-04 22:49:04 +00009 %tmp15 = fsub <4 x float> zeroinitializer, %Q
Dan Gohmanf17a25c2007-07-18 16:29:46 +000010 ret <4 x float> %tmp15
11}