repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[lit] Add argument check: --timeout must be non-negative integer
[llvm-core.git]
/
test
/
CodeGen
/
Generic
/
bool-to-double.ll
blob
81350a40b4dbee7a9ee796054515024340ed5e53
1
; RUN: llc < %s
2
define double @test(i1 %X) {
3
%Y = uitofp i1 %X to double ; <double> [#uses=1]
4
ret double %Y
5
}
6