blob: d49c70e563911e510486006aab498a21871e6d92 [file] [log] [blame]
Dan Gohman36a09472009-09-08 23:54:48 +00001; RUN: llc < %s -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}