blob: 53a9cd0f2659711e328e4a73f17118e9510f1550 [file] [log] [blame]
Dan Gohmanda594cf2009-09-09 00:09:15 +00001; RUN: llc < %s
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +00002
3define float @t(i64 %u_arg) {
4 %u = bitcast i64 %u_arg to i64 ; <i64> [#uses=1]
5 %tmp5 = add i64 %u, 9007199254740991 ; <i64> [#uses=1]
6 %tmp = icmp ugt i64 %tmp5, 18014398509481982 ; <i1> [#uses=1]
7 br i1 %tmp, label %T, label %F
8
9T: ; preds = %0
10 ret float 1.000000e+00
11
12F: ; preds = %0
13 call float @t( i64 0 ) ; <float>:1 [#uses=0]
14 ret float 0.000000e+00
Dan Gohmanf17a25c2007-07-18 16:29:46 +000015}
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +000016