1 ; RUN: opt < %s -indvars -S > %t
2 ; RUN: grep add %t | count 8
3 ; RUN: grep mul %t | count 7
5 define void @foo(i64 %n, i64 %m, i64 %o, double* nocapture %p) nounwind {
7 %tmp = icmp sgt i64 %n, 0 ; <i1> [#uses=1]
8 br i1 %tmp, label %bb.nph, label %return
10 bb.nph: ; preds = %entry
11 %tmp1 = mul i64 %n, 37 ; <i64> [#uses=1]
12 %tmp2 = mul i64 %tmp1, %m ; <i64> [#uses=1]
13 %tmp3 = mul i64 %tmp2, %o ; <i64> [#uses=1]
16 bb: ; preds = %bb, %bb.nph
17 %i.01 = phi i64 [ %tmp3, %bb.nph ], [ %tmp13, %bb ] ; <i64> [#uses=3]
18 %tmp9 = getelementptr double* %p, i64 %i.01 ; <double*> [#uses=1]
19 %tmp10 = load double* %tmp9, align 8 ; <double> [#uses=1]
20 %tmp11 = fdiv double %tmp10, 2.100000e+00 ; <double> [#uses=1]
21 store double %tmp11, double* %tmp9, align 8
22 %tmp13 = add i64 %i.01, 1 ; <i64> [#uses=2]
23 %tmp14 = icmp slt i64 %tmp13, %n ; <i1> [#uses=1]
24 br i1 %tmp14, label %bb, label %return.loopexit
26 return.loopexit: ; preds = %bb
29 return: ; preds = %return.loopexit, %entry
32 define void @bar(i64 %n, i64 %m, i64 %o, i64 %q, double* nocapture %p) nounwind {
34 %tmp = icmp sgt i64 %n, 0 ; <i1> [#uses=1]
35 br i1 %tmp, label %bb.nph, label %return
37 bb.nph: ; preds = %entry
38 %tmp1 = mul i64 %n, %q ; <i64> [#uses=1]
39 %tmp2 = mul i64 %tmp1, %m ; <i64> [#uses=1]
40 %tmp3 = mul i64 %tmp2, %o ; <i64> [#uses=1]
43 bb: ; preds = %bb, %bb.nph
44 %i.01 = phi i64 [ %tmp3, %bb.nph ], [ %tmp13, %bb ] ; <i64> [#uses=3]
45 %tmp9 = getelementptr double* %p, i64 %i.01 ; <double*> [#uses=1]
46 %tmp10 = load double* %tmp9, align 8 ; <double> [#uses=1]
47 %tmp11 = fdiv double %tmp10, 2.100000e+00 ; <double> [#uses=1]
48 store double %tmp11, double* %tmp9, align 8
49 %tmp13 = add i64 %i.01, 1 ; <i64> [#uses=2]
50 %tmp14 = icmp slt i64 %tmp13, %n ; <i1> [#uses=1]
51 br i1 %tmp14, label %bb, label %return.loopexit
53 return.loopexit: ; preds = %bb
56 return: ; preds = %return.loopexit, %entry