Sign in
swiftshader
/
SwiftShader
/
75b9c1c87b02e169ad4aaa4dd25a7c5f97a7d036
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
PowerPC
/
fabs.ll
blob: 6ef740f835cbca158b14ae8b14ee0581523890ef [
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
)
; <double> [#uses=1]
ret
double
%tmp2
}