Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
0c5f13c0c4499eaf42ab5e9e2ceabd4e20e36861
/
.
/
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
}