summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2004-02-22-Casts.ll
blob: dafc1d597625c4fd6929f7d49cd226fa8bf21d38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; RUN: llc < %s -mtriple=i686--
define i1 @test1(double %X) {
        %V = fcmp one double %X, 0.000000e+00           ; <i1> [#uses=1]
        ret i1 %V
}

define double @test2(i64 %X) {
        %V = uitofp i64 %X to double            ; <double> [#uses=1]
        ret double %V
}


OpenPOWER on IntegriCloud