llvm-6502/test/CodeGen/X86/fp-immediate-shorten.ll

6 lines
172 B
LLVM
Raw Normal View History

;; Test that this FP immediate is stored in the constant pool as a float.
; RUN: llvm-as < %s | llc -march=x86 | grep '.long.1123418112'
double %D() { ret double 123.0 }