Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e8aab7480c2550b51fd60d6eb102b361e70931d7
/
.
/
llvm
/
test
/
CodeGen
/
X86
/
pr13577.ll
blob: faaec262cb9179e050eb6192e2c55e5fe92cec7c [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=x86-64
define
x86_fp80
@foo
(
x86_fp80
%a
)
{
%1
=
tail
call
x86_fp80
@copysignl
(
x86_fp80
0
xK7FFF8000000000000000
,
x86_fp80
%a
)
nounwind
readnone
ret
x86_fp80
%1
}
declare
x86_fp80
@copysignl
(
x86_fp80
,
x86_fp80
)
nounwind
readnone