Mercurial > hg > CbC > CbC_llvm
comparison test/Transforms/IndVarSimplify/udiv.ll @ 95:afa8332a0e37 LLVM3.8
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 95c75e76d11b |
children | 1172e4bd9c6f |
comparison
equal
deleted
inserted
replaced
84:f3e34b893a5f | 95:afa8332a0e37 |
---|---|
15 entry: | 15 entry: |
16 %cmp = icmp eq i32 %argc, 2 ; <i1> [#uses=1] | 16 %cmp = icmp eq i32 %argc, 2 ; <i1> [#uses=1] |
17 br i1 %cmp, label %cond.true, label %while.cond.preheader | 17 br i1 %cmp, label %cond.true, label %while.cond.preheader |
18 | 18 |
19 cond.true: ; preds = %entry | 19 cond.true: ; preds = %entry |
20 %arrayidx = getelementptr inbounds i8** %argv, i64 1 ; <i8**> [#uses=1] | 20 %arrayidx = getelementptr inbounds i8*, i8** %argv, i64 1 ; <i8**> [#uses=1] |
21 %tmp2 = load i8** %arrayidx ; <i8*> [#uses=1] | 21 %tmp2 = load i8*, i8** %arrayidx ; <i8*> [#uses=1] |
22 %call = tail call i32 @atoi(i8* %tmp2) nounwind readonly ; <i32> [#uses=1] | 22 %call = tail call i32 @atoi(i8* %tmp2) nounwind readonly ; <i32> [#uses=1] |
23 br label %while.cond.preheader | 23 br label %while.cond.preheader |
24 | 24 |
25 while.cond.preheader: ; preds = %entry, %cond.true | 25 while.cond.preheader: ; preds = %entry, %cond.true |
26 %NUM.0.ph = phi i32 [ %call, %cond.true ], [ 170000, %entry ] ; <i32> [#uses=2] | 26 %NUM.0.ph = phi i32 [ %call, %cond.true ], [ 170000, %entry ] ; <i32> [#uses=2] |
57 bb.nph: ; preds = %for.cond.preheader | 57 bb.nph: ; preds = %for.cond.preheader |
58 br label %for.body | 58 br label %for.body |
59 | 59 |
60 for.body: ; preds = %bb.nph, %for.cond | 60 for.body: ; preds = %bb.nph, %for.cond |
61 %i.02 = phi i64 [ 2, %bb.nph ], [ %inc, %for.cond ] ; <i64> [#uses=2] | 61 %i.02 = phi i64 [ 2, %bb.nph ], [ %inc, %for.cond ] ; <i64> [#uses=2] |
62 %arrayidx10 = getelementptr inbounds [8193 x i8]* @main.flags, i64 0, i64 %i.02 ; <i8*> [#uses=1] | 62 %arrayidx10 = getelementptr inbounds [8193 x i8], [8193 x i8]* @main.flags, i64 0, i64 %i.02 ; <i8*> [#uses=1] |
63 store i8 1, i8* %arrayidx10 | 63 store i8 1, i8* %arrayidx10 |
64 %inc = add nsw i64 %i.02, 1 ; <i64> [#uses=2] | 64 %inc = add nsw i64 %i.02, 1 ; <i64> [#uses=2] |
65 br label %for.cond | 65 br label %for.cond |
66 | 66 |
67 for.cond12.loopexit: ; preds = %for.cond.for.cond12.loopexit_crit_edge, %for.cond.preheader | 67 for.cond12.loopexit: ; preds = %for.cond.for.cond12.loopexit_crit_edge, %for.cond.preheader |
79 br label %for.body15 | 79 br label %for.body15 |
80 | 80 |
81 for.body15: ; preds = %bb.nph16, %for.cond12 | 81 for.body15: ; preds = %bb.nph16, %for.cond12 |
82 %count.212 = phi i32 [ 0, %bb.nph16 ], [ %count.1, %for.cond12 ] ; <i32> [#uses=2] | 82 %count.212 = phi i32 [ 0, %bb.nph16 ], [ %count.1, %for.cond12 ] ; <i32> [#uses=2] |
83 %i.17 = phi i64 [ 2, %bb.nph16 ], [ %inc37, %for.cond12 ] ; <i64> [#uses=4] | 83 %i.17 = phi i64 [ 2, %bb.nph16 ], [ %inc37, %for.cond12 ] ; <i64> [#uses=4] |
84 %arrayidx17 = getelementptr inbounds [8193 x i8]* @main.flags, i64 0, i64 %i.17 ; <i8*> [#uses=1] | 84 %arrayidx17 = getelementptr inbounds [8193 x i8], [8193 x i8]* @main.flags, i64 0, i64 %i.17 ; <i8*> [#uses=1] |
85 %tmp18 = load i8* %arrayidx17 ; <i8> [#uses=1] | 85 %tmp18 = load i8, i8* %arrayidx17 ; <i8> [#uses=1] |
86 %tobool19 = icmp eq i8 %tmp18, 0 ; <i1> [#uses=1] | 86 %tobool19 = icmp eq i8 %tmp18, 0 ; <i1> [#uses=1] |
87 br i1 %tobool19, label %for.inc35, label %if.then | 87 br i1 %tobool19, label %for.inc35, label %if.then |
88 | 88 |
89 if.then: ; preds = %for.body15 | 89 if.then: ; preds = %for.body15 |
90 %add = shl i64 %i.17, 1 ; <i64> [#uses=2] | 90 %add = shl i64 %i.17, 1 ; <i64> [#uses=2] |
101 bb.nph5: ; preds = %if.then | 101 bb.nph5: ; preds = %if.then |
102 br label %for.body25 | 102 br label %for.body25 |
103 | 103 |
104 for.body25: ; preds = %bb.nph5, %for.cond22 | 104 for.body25: ; preds = %bb.nph5, %for.cond22 |
105 %k.04 = phi i64 [ %add, %bb.nph5 ], [ %add31, %for.cond22 ] ; <i64> [#uses=2] | 105 %k.04 = phi i64 [ %add, %bb.nph5 ], [ %add31, %for.cond22 ] ; <i64> [#uses=2] |
106 %arrayidx27 = getelementptr inbounds [8193 x i8]* @main.flags, i64 0, i64 %k.04 ; <i8*> [#uses=1] | 106 %arrayidx27 = getelementptr inbounds [8193 x i8], [8193 x i8]* @main.flags, i64 0, i64 %k.04 ; <i8*> [#uses=1] |
107 store i8 0, i8* %arrayidx27 | 107 store i8 0, i8* %arrayidx27 |
108 %add31 = add nsw i64 %k.04, %i.17 ; <i64> [#uses=2] | 108 %add31 = add nsw i64 %k.04, %i.17 ; <i64> [#uses=2] |
109 br label %for.cond22 | 109 br label %for.cond22 |
110 | 110 |
111 for.end32: ; preds = %for.cond22.for.end32_crit_edge, %if.then | 111 for.end32: ; preds = %for.cond22.for.end32_crit_edge, %if.then |
117 %inc37 = add nsw i64 %i.17, 1 ; <i64> [#uses=2] | 117 %inc37 = add nsw i64 %i.17, 1 ; <i64> [#uses=2] |
118 br label %for.cond12 | 118 br label %for.cond12 |
119 | 119 |
120 while.end: ; preds = %while.cond.while.end_crit_edge, %while.cond.preheader | 120 while.end: ; preds = %while.cond.while.end_crit_edge, %while.cond.preheader |
121 %count.0.lcssa = phi i32 [ %count.2.lcssa.lcssa, %while.cond.while.end_crit_edge ], [ 0, %while.cond.preheader ] ; <i32> [#uses=1] | 121 %count.0.lcssa = phi i32 [ %count.2.lcssa.lcssa, %while.cond.while.end_crit_edge ], [ 0, %while.cond.preheader ] ; <i32> [#uses=1] |
122 %call40 = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([11 x i8]* @.str, i64 0, i64 0), i32 %count.0.lcssa) nounwind ; <i32> [#uses=0] | 122 %call40 = tail call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([11 x i8], [11 x i8]* @.str, i64 0, i64 0), i32 %count.0.lcssa) nounwind ; <i32> [#uses=0] |
123 ret i32 0 | 123 ret i32 0 |
124 } | 124 } |
125 | 125 |
126 declare i32 @atoi(i8* nocapture) nounwind readonly | 126 declare i32 @atoi(i8* nocapture) nounwind readonly |
127 | 127 |
144 for.body.preheader: ; preds = %entry | 144 for.body.preheader: ; preds = %entry |
145 br label %for.body | 145 br label %for.body |
146 | 146 |
147 for.body: ; preds = %for.body.preheader, %for.body | 147 for.body: ; preds = %for.body.preheader, %for.body |
148 %i.03 = phi i64 [ %inc, %for.body ], [ 0, %for.body.preheader ] ; <i64> [#uses=2] | 148 %i.03 = phi i64 [ %inc, %for.body ], [ 0, %for.body.preheader ] ; <i64> [#uses=2] |
149 %arrayidx = getelementptr inbounds double* %p, i64 %i.03 ; <double*> [#uses=1] | 149 %arrayidx = getelementptr inbounds double, double* %p, i64 %i.03 ; <double*> [#uses=1] |
150 store double 0.000000e+00, double* %arrayidx | 150 store double 0.000000e+00, double* %arrayidx |
151 %inc = add i64 %i.03, 1 ; <i64> [#uses=2] | 151 %inc = add i64 %i.03, 1 ; <i64> [#uses=2] |
152 %divx = udiv i64 %n, 7 ; <i64> [#uses=1] | 152 %divx = udiv i64 %n, 7 ; <i64> [#uses=1] |
153 %div = add i64 %divx, 1 | 153 %div = add i64 %divx, 1 |
154 %cmp = icmp ult i64 %inc, %div ; <i1> [#uses=1] | 154 %cmp = icmp ult i64 %inc, %div ; <i1> [#uses=1] |