repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Handle logical shift right (at least I hope so :) )
[llvm/msp430.git]
/
test
/
CodeGen
/
X86
/
uint_to_fp-2.ll
blob
d6304370e293c837b61e2d8f56b2dbdddf915c04
1
; RUN: llvm-as < %s | llc -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
}