brintos

brintos / llvm-project-archived public Read only

0
0
Text · 117 B · a1aed0e Raw
8 lines · plain
1; RUN: llc < %s2 3define internal i1 @f(float %s) {4entry:5  %c = fcmp ogt float %s, 0x41EFFFFFE00000006  ret i1 %c7}8