repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Adjust how NEON shifts are lowered
[llvm-core.git]
/
test
/
CodeGen
/
X86
/
shrink-fp-const2.ll
blob
b62a69cab18ae5ea53df6ce65a6804c058b6247e
1
; RUN: llc < %s -mtriple=i686-- | grep flds
2
; This should be a flds, not fldt.
3
define x86_fp80 @test2() nounwind {
4
entry:
5
ret x86_fp80 0xK3FFFC000000000000000
6
}
7