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 the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
fp-immediate-shorten.ll
blob
cafc61a41ff2946c37209f9548dc7f06f1bc7847
1
;; Test that this FP immediate is stored in the constant pool as a float.
2
3
; RUN: llc < %s -march=x86 -mattr=-sse2,-sse3 | \
4
; RUN: grep {.long.1123418112}
5
6
define double @D() {
7
ret double 1.230000e+02
8
}
9