repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing newline to debug statement.
[llvm.git]
/
test
/
CodeGen
/
X86
/
red-zone2.ll
blob
9557d17150ec49a75b430540ed48d9bf94907b7a
1
; RUN: llc < %s -march=x86-64 > %t
2
; RUN: grep subq %t | count 1
3
; RUN: grep addq %t | count 1
4
5
define x86_fp80 @f0(float %f) nounwind readnone noredzone {
6
entry:
7
%0 = fpext float %f to x86_fp80 ; <x86_fp80> [#uses=1]
8
ret x86_fp80 %0
9
}