forked from OSchip/llvm-project
parent
b9a11b8b7f
commit
ec90861662
|
@ -0,0 +1,11 @@
|
|||
; RUN: llvm-as < %s | llc -march=ppc32 -enable-ppc-pattern-isel | grep fnabs
|
||||
|
||||
declare double %fabs(double)
|
||||
|
||||
implementation
|
||||
|
||||
double %test(double %X) {
|
||||
%Y = call double %fabs(double %X)
|
||||
%Z = sub double -0.0, %Y
|
||||
ret double %Z
|
||||
}
|
Loading…
Reference in New Issue