xref: /aosp_15_r20/external/llvm/test/CodeGen/Generic/2013-03-20-APFloatCrash.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc < %s
2
3define internal i1 @f(float %s) {
4entry:
5  %c = fcmp ogt float %s, 0x41EFFFFFE0000000
6  ret i1 %c
7}
8