1 ; RUN: llc < %s -mtriple=powerpc64le-unknown-linux-gnu -verify-machineinstrs -mcpu=pwr8 | FileCheck %s --check-prefixes=CHECK,CHECK-PWR8
3 ; Verify that we do NOT generate the mtctr instruction for loop trip counts < 4
4 ; The latency of the mtctr is only justified if there are more than 4 comparisons that are removed as a result.
6 @a = local_unnamed_addr global i32 0, align 4
7 @b = local_unnamed_addr global i32 0, align 4
8 @c = local_unnamed_addr global i32 0, align 4
9 @d = local_unnamed_addr global i32 0, align 4
10 @e = local_unnamed_addr global i32 0, align 4
11 @f = local_unnamed_addr global i32 0, align 4
12 @arr = local_unnamed_addr global [5 x i32] zeroinitializer, align 4
14 ; Function Attrs: norecurse nounwind readonly
15 define signext i32 @testTripCount2(i32 signext %a) {
17 ; CHECK-LABEL: testTripCount2:
24 for.cond.cleanup: ; preds = %for.body
27 for.body: ; preds = %entry, %for.body
28 %indvars.iv = phi i64 [ 1, %entry ], [ %indvars.iv.next, %for.body ]
29 %Sum.05 = phi i32 [ 0, %entry ], [ %add, %for.body ]
30 %arrayidx = getelementptr inbounds [5 x i32], ptr @arr, i64 0, i64 %indvars.iv
31 %0 = load i32, ptr %arrayidx, align 4
32 %add = add nsw i32 %0, %Sum.05
33 %indvars.iv.next = add nsw i64 %indvars.iv, -1
34 %tobool = icmp eq i64 %indvars.iv, 0
35 br i1 %tobool, label %for.cond.cleanup, label %for.body
38 ; Function Attrs: norecurse nounwind readonly
39 define signext i32 @testTripCount3(i32 signext %a) {
41 ; CHECK-LABEL: testTripCount3:
48 for.cond.cleanup: ; preds = %for.body
51 for.body: ; preds = %entry, %for.body
52 %indvars.iv = phi i64 [ 2, %entry ], [ %indvars.iv.next, %for.body ]
53 %Sum.05 = phi i32 [ 0, %entry ], [ %add, %for.body ]
54 %arrayidx = getelementptr inbounds [5 x i32], ptr @arr, i64 0, i64 %indvars.iv
55 %0 = load i32, ptr %arrayidx, align 4
56 %add = add nsw i32 %0, %Sum.05
57 %indvars.iv.next = add nsw i64 %indvars.iv, -1
58 %tobool = icmp eq i64 %indvars.iv, 0
59 br i1 %tobool, label %for.cond.cleanup, label %for.body
62 ; Function Attrs: norecurse nounwind readonly
64 define signext i32 @testTripCount4(i32 signext %a) {
66 ; CHECK-LABEL: testTripCount4:
73 for.cond.cleanup: ; preds = %for.body
76 for.body: ; preds = %entry, %for.body
77 %indvars.iv = phi i64 [ 3, %entry ], [ %indvars.iv.next, %for.body ]
78 %Sum.05 = phi i32 [ 0, %entry ], [ %add, %for.body ]
79 %arrayidx = getelementptr inbounds [5 x i32], ptr @arr, i64 0, i64 %indvars.iv
80 %0 = load i32, ptr %arrayidx, align 4
81 %add = add nsw i32 %0, %Sum.05
82 %indvars.iv.next = add nsw i64 %indvars.iv, -1
83 %tobool = icmp eq i64 %indvars.iv, 0
84 br i1 %tobool, label %for.cond.cleanup, label %for.body
87 ; Function Attrs: norecurse nounwind
88 define signext i32 @testTripCount2NonSmallLoop() {
89 ; CHECK-LABEL: testTripCount2NonSmallLoop:
90 ; CHECK-PWR8-NOT: mtctr
94 %.pre = load i32, ptr @a, align 4
97 for.body: ; preds = %entry, %if.end
98 %0 = phi i32 [ %.pre, %entry ], [ %1, %if.end ]
99 %dec4 = phi i32 [ 1, %entry ], [ %dec, %if.end ]
100 %b.03 = phi i8 [ 0, %entry ], [ %b.1, %if.end ]
101 %tobool1 = icmp eq i32 %0, 0
102 br i1 %tobool1, label %if.end, label %if.then
104 if.then: ; preds = %for.body
105 store i32 2, ptr @a, align 4
108 if.end: ; preds = %for.body, %if.then
109 %1 = phi i32 [ 2, %if.then ], [ 0, %for.body ]
110 %b.1 = phi i8 [ 2, %if.then ], [ %b.03, %for.body ]
111 %dec = add nsw i32 %dec4, -1
112 %tobool = icmp eq i32 %dec4, 0
113 br i1 %tobool, label %for.end, label %for.body
115 for.end: ; preds = %if.end
116 %conv = zext i8 %b.1 to i32
120 define signext i32 @testTripCount5() {
121 ; CHECK-LABEL: testTripCount5:
122 ; CHECK-PWR8-NOT: mtctr
125 %.prea = load i32, ptr @a, align 4
126 %.preb = load i32, ptr @b, align 4
127 %.prec = load i32, ptr @c, align 4
128 %.pred = load i32, ptr @d, align 4
129 %.pree = load i32, ptr @e, align 4
130 %.pref = load i32, ptr @f, align 4
133 for.body: ; preds = %entry, %for.body
134 %indvars.iv = phi i64 [ 2, %entry ], [ %indvars.iv.next, %for.body ]
135 %0 = phi i32 [ %.prea, %entry ], [ %6, %for.body ]
136 %1 = phi i32 [ %.preb, %entry ], [ %7, %for.body ]
137 %2 = phi i32 [ %.prec, %entry ], [ %8, %for.body ]
138 %3 = phi i32 [ %.pred, %entry ], [ %9, %for.body ]
139 %4 = phi i32 [ %.pree, %entry ], [ %10, %for.body ]
140 %5 = phi i32 [ %.pref, %entry ], [ %11, %for.body ]
147 %indvars.iv.next = add nsw i64 %indvars.iv, -1
148 %tobool = icmp eq i64 %indvars.iv, 0
149 br i1 %tobool, label %for.end, label %for.body
151 for.end: ; preds = %for.body
152 store i32 %6, ptr @a, align 4
153 store i32 %7, ptr @b, align 4
154 store i32 %8, ptr @c, align 4
155 store i32 %9, ptr @d, align 4
156 store i32 %10, ptr @e, align 4
157 store i32 %11, ptr @f, align 4