repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Generic
/
storetrunc-fp.ll
blob
b952eced4aababdcc3fa91683076590706054d88
1
; RUN: llc < %s
2
3
define void @foo(double %a, double %b, ptr %fp) {
4
%c = fadd double %a, %b
5
%d = fptrunc double %c to float
6
store float %d, ptr %fp
7
ret void
8
}