summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/2013-03-20-APFloatCrash.ll
blob: a1aed0e3a4b6ac47bc7ba9e9434b73bb5fa6669f (plain)
1
2
3
4
5
6
7
; RUN: llc < %s

define internal i1 @f(float %s) {
entry:
  %c = fcmp ogt float %s, 0x41EFFFFFE0000000
  ret i1 %c
}