blob: e01e65979f6f798f14fecc98407bca1cc16c30a6 [file] [log] [blame]
Dan Gohmanda594cf2009-09-09 00:09:15 +00001; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vsubfp
Evan Chengb6dad9f2007-07-30 07:52:03 +00002
3define void @t(<4 x float>* %A) {
4 %tmp2 = load <4 x float>* %A
Dan Gohman7ce405e2009-06-04 22:49:04 +00005 %tmp3 = fsub <4 x float> < float -0.000000e+00, float -0.000000e+00, float -0.000000e+00, float -0.000000e+00 >, %tmp2
Evan Chengb6dad9f2007-07-30 07:52:03 +00006 store <4 x float> %tmp3, <4 x float>* %A
7 ret void
8}