11 lines · plain
1;; Test that this FP immediate is stored in the constant pool as a float.2 3; RUN: llc < %s -mtriple=i686-- -mattr=-sse2,-sse3 | FileCheck %s4 5; CHECK: {{.long.0x42f60000}}6 7define double @D() {8 ret double 1.230000e+029}10 11