Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
aa2a7cd828918a4294b7186691594c2be55641d6
/
.
/
llvm
/
test
/
CodeGen
/
X86
/
uint_to_fp-2.ll
blob: da5105d8a4eac887c502b3e6967261067de7589c [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movsd | count 1
; rdar://6504833
define
float
@f
(
i32
%x
)
nounwind
readnone
{
entry
:
%0
=
uitofp
i32
%x
to
float
ret
float
%0
}