2009-09-09 08:09:15 +08:00
|
|
|
; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vsubfp
|
2007-07-30 15:52:03 +08:00
|
|
|
|
|
|
|
define void @t(<4 x float>* %A) {
|
2015-02-28 05:17:42 +08:00
|
|
|
%tmp2 = load <4 x float>, <4 x float>* %A
|
2009-06-05 06:49:04 +08:00
|
|
|
%tmp3 = fsub <4 x float> < float -0.000000e+00, float -0.000000e+00, float -0.000000e+00, float -0.000000e+00 >, %tmp2
|
2007-07-30 15:52:03 +08:00
|
|
|
store <4 x float> %tmp3, <4 x float>* %A
|
|
|
|
ret void
|
|
|
|
}
|