Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/X86/fp-immediate-shorten.ll @ 0:95c75e76d11b LLVM3.4
LLVM 3.4
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Dec 2013 13:56:28 +0900 |
parents | |
children | 803732b1fca8 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:95c75e76d11b |
---|---|
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 | FileCheck %s | |
4 | |
5 ; CHECK: {{.long.1123418112}} | |
6 | |
7 define double @D() { | |
8 ret double 1.230000e+02 | |
9 } | |
10 |