bolt/deps/llvm-18.1.8/llvm/test/CodeGen/X86/fp-immediate-shorten.ll
2025-02-14 19:21:04 +01:00

10 lines
229 B
LLVM

;; Test that this FP immediate is stored in the constant pool as a float.
; RUN: llc < %s -mtriple=i686-- -mattr=-sse2,-sse3 | FileCheck %s
; CHECK: {{.long.0x42f60000}}
define double @D() {
ret double 1.230000e+02
}