summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Alpha/2009-07-16-PromoteFloatCompare.ll
blob: cfbf7fcdfd9001bcbed18a1d72d362d6bdcb8b27 (plain)
1
2
3
4
5
6
; RUN: llc < %s -march=alpha

define i1 @a(float %x) {
  %r = fcmp ult float %x, 1.0
  ret i1 %r
}
OpenPOWER on IntegriCloud