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