Sign in
ara-mdk
/
platform
/
external
/
llvm
/
850b74d3927c35850a99b10ca7809f61a3b69c67
/
.
/
test
/
CodeGen
/
PowerPC
/
fabs.ll
blob: ddcce745084a2c74882590abb62a1f18f3f89e2b [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin | grep "fabs f1, f1"
define
double
@fabs
(
double
%f
)
{
entry
:
%tmp2
=
tail
call
double
@fabs
(
double
%f
)
readnone
; <double> [#uses=1]
ret
double
%tmp2
}