1 ; RUN: llc < %s 2 3 define internal i1 @f(float %s) { 4 entry: 5 %c = fcmp ogt float %s, 0x41EFFFFFE0000000 6 ret i1 %c 7 } 8