projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Switch lowering: extract jump tables and bit tests before building binary tree (PR22262)
[oota-llvm.git]
/
test
/
CodeGen
/
Generic
/
storetrunc-fp.ll
1
; RUN: llc < %s
2
3
define void @foo(double %a, double %b, float* %fp) {
4
%c = fadd double %a, %b
5
%d = fptrunc double %c to float
6
store float %d, float* %fp
7
ret void
8
}