blob: f81fed332df09b1ad2da8fac9c67eafa40321e34 [file] [log] [blame]
Dan Gohmanda594cf2009-09-09 00:09:15 +00001; RUN: llc < %s -o /dev/null
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
3; Test that select of a select works
4
5%typedef.tree = type opaque
6
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +00007define i32 @ic_test(double %p.0.2.0.val, double %p.0.2.1.val, double %p.0.2.2.val, %typedef.tree* %t) {
8 %result.1.0 = zext i1 false to i32 ; <i32> [#uses=1]
9 %tmp.55 = fcmp oge double 0.000000e+00, 1.000000e+00 ; <i1> [#uses=1]
10 %tmp.66 = fdiv double 0.000000e+00, 0.000000e+00 ; <double> [#uses=1]
11 br label %N
Dan Gohmanf17a25c2007-07-18 16:29:46 +000012
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +000013N: ; preds = %0
14 %result.1.1 = select i1 %tmp.55, i32 0, i32 %result.1.0 ; <i32> [#uses=1]
15 %tmp.75 = fcmp oge double %tmp.66, 1.000000e+00 ; <i1> [#uses=1]
16 %retval1 = select i1 %tmp.75, i32 0, i32 %result.1.1 ; <i32> [#uses=1]
17 ret i32 %retval1
Dan Gohmanf17a25c2007-07-18 16:29:46 +000018}
19