Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
186fcf696408bef3fd4159fd55ec19a68dcd1a82
/
.
/
test
/
CodeGen
/
X86
/
fp-immediate-shorten.ll
blob: 5a19f92d3292d4acd3952a90ee624f34741ee8e0 [
file
] [
log
] [
blame
]
Chris Lattner
186fcf6
2005-01-07 07:56:08 +0000
[
diff
] [
blame^
]
1
;; Test that this FP immediate is stored in the constant pool as a float.
2
3
; RUN: llvm-as < %s | llc -march=x86 | grep '.long.1123418112'
4
5
double
%D
()
{
ret
double
123.0
}