summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic/isunord.ll
blob: ebbba010793b3b4a640e528dbaee88399e73346c (plain)
1
2
3
4
5
6
7
8
9
; RUN: llc < %s

declare i1 @llvm.isunordered.f64(double, double)

define i1 @test(double %X, double %Y) {
        %tmp27 = fcmp uno double %X, %Y         ; <i1> [#uses=1]
        ret i1 %tmp27
}

OpenPOWER on IntegriCloud