blob: dabf7d3c15b6c9ff0e601d546c830c45fbbd0081 [file] [log] [blame]
Dan Gohman36a09472009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86
Tanya Lattner6f729d62008-03-25 04:26:08 +00002define i1 @test1(double %X) {
3 %V = fcmp one double %X, 0.000000e+00 ; <i1> [#uses=1]
4 ret i1 %V
Chris Lattner16865af2004-02-23 03:21:09 +00005}
6
Tanya Lattner6f729d62008-03-25 04:26:08 +00007define double @test2(i64 %X) {
8 %V = uitofp i64 %X to double ; <double> [#uses=1]
9 ret double %V
Chris Lattner16865af2004-02-23 03:21:09 +000010}
Tanya Lattner6f729d62008-03-25 04:26:08 +000011
12