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
revert a hunk of r82018 that wasn't supposed to go in yet.
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
inline-asm-fpstack2.ll
blob
ffa6ee6e019ef2f0eefa6856b9c0a95d44141dde
1
; RUN: llc < %s -march=x86 > %t
2
; RUN: grep {fld %%st(0)} %t
3
; PR4185
4
5
define void @test() {
6
return:
7
call void asm sideeffect "fistpl $0", "{st}"(double 1.000000e+06)
8
call void asm sideeffect "fistpl $0", "{st}"(double 1.000000e+06)
9
ret void
10
}