Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
aaa8b6e3559f4684497a02adcaaffd73ecbe0cec
/
.
/
llvm
/
test
/
CodeGen
/
NVPTX
/
inline-asm.ll
blob: d76eb4239ee3cf180bb54461dd26ce679b55cbcb [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
define
float
@test
(
float
%x
)
{
entry
:
; CHECK: ex2.approx.ftz.f32 %f{{[0-9]+}}, %f{{[0-9]+}}
%0
=
call
float
asm
"ex2.approx.ftz.f32 $0, $1;"
,
"=f,f"
(
float
%x
)
ret
float
%0
}