Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b13c91f159fa9b631cb15dc02ea0b72b2802ac4d
/
.
/
llvm
/
test
/
CodeGen
/
PowerPC
/
fabs.ll
blob: 36aa23d035504b65b22eff04bf3023ed6c5a56db [
file
] [
log
] [
blame
]
; RUN: llc < %s -mattr=-vsx -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
}