repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
CodeGen
/
X86
/
2004-02-22-Casts.ll
blob
dabf7d3c15b6c9ff0e601d546c830c45fbbd0081
1
; RUN: llc < %s -march=x86
2
define i1 @test1(double %X) {
3
%V = fcmp one double %X, 0.000000e+00 ; <i1> [#uses=1]
4
ret i1 %V
5
}
6
7
define double @test2(i64 %X) {
8
%V = uitofp i64 %X to double ; <double> [#uses=1]
9
ret double %V
10
}
11
12