2009-09-09 07:54:48 +08:00
|
|
|
; RUN: llc < %s -march=x86 -mattr=+sse2
|
2007-06-29 08:27:18 +08:00
|
|
|
|
|
|
|
define <4 x float> @t1(<4 x float> %Q) {
|
2009-06-05 06:49:04 +08:00
|
|
|
%tmp15 = fsub <4 x float> < float -0.000000e+00, float -0.000000e+00, float -0.000000e+00, float -0.000000e+00 >, %Q
|
2007-06-29 08:27:18 +08:00
|
|
|
ret <4 x float> %tmp15
|
|
|
|
}
|
|
|
|
|
|
|
|
define <4 x float> @t2(<4 x float> %Q) {
|
2009-06-05 06:49:04 +08:00
|
|
|
%tmp15 = fsub <4 x float> zeroinitializer, %Q
|
2007-06-29 08:27:18 +08:00
|
|
|
ret <4 x float> %tmp15
|
|
|
|
}
|