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
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
X86
/
fp-immediate-shorten.ll
blob
d400419c45b517985f75b566b6e6ac013b73d794
1
;; Test that this FP immediate is stored in the constant pool as a float.
2
3
; RUN: llc < %s -mtriple=i686-- -mattr=-sse2,-sse3 | FileCheck %s
4
5
; CHECK: {{.long.0x42f60000}}
6
7
define double @D() {
8
ret double 1.230000e+02
9
}
10