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

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