blob: 9fdbffd33ed5192433cd45662994b32fdc379c4e [file] [log] [blame]
Evan Chengb6dad9f2007-07-30 07:52:03 +00001; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep vsubfp
2
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}