repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
storetrunc-fp.ll
blob
945cf48f9bde55d8d0ee66d7d1a52770f2942688
1
; RUN: llvm-as < %s | llc -march=x86 | not grep flds
2
3
define void @foo(x86_fp80 %a, x86_fp80 %b, float* %fp) {
4
%c = fadd x86_fp80 %a, %b
5
%d = fptrunc x86_fp80 %c to float
6
store float %d, float* %fp
7
ret void
8
}