repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
uint_to_fp-2.ll
blob
da5105d8a4eac887c502b3e6967261067de7589c
1
; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movsd | count 1
2
; rdar://6504833
3
4
define float @f(i32 %x) nounwind readnone {
5
entry:
6
%0 = uitofp i32 %x to float
7
ret float %0
8
}