Skip to content

Commit 88a1c31

Browse files
committed
update polly tests
1 parent 3ca38b8 commit 88a1c31

6 files changed

+6
-6
lines changed

polly/test/CodeGen/inner_scev_sdiv_2.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ for.cond.60.preheader: ; preds = %for.body.51, %for.c
3434
ret void
3535

3636
for.body.51: ; preds = %for.body.51, %for.body.51.lr.ph
37-
%indvars.iv86 = phi i64 [ %2, %for.body.51.lr.ph ], [ undef, %for.body.51 ]
37+
%indvars.iv86 = phi i64 [ %2, %for.body.51.lr.ph ], [ poison, %for.body.51 ]
3838
%arrayidx53 = getelementptr inbounds float, ptr %0, i64 %indvars.iv86
3939
%3 = load float, ptr %arrayidx53, align 4
4040
%mul56 = fmul float %3, undef

polly/test/CodeGen/inner_scev_sdiv_3.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ end:
3636
ret i64 %div44.m
3737

3838
for.body.51: ; preds = %for.body.51, %for.body.51.lr.ph
39-
%indvars.iv86 = phi i64 [ %2, %for.body.51.lr.ph ], [ undef, %for.body.51 ]
39+
%indvars.iv86 = phi i64 [ %2, %for.body.51.lr.ph ], [ poison, %for.body.51 ]
4040
%arrayidx53 = getelementptr inbounds float, ptr %0, i64 %indvars.iv86
4141
%3 = load float, ptr %arrayidx53, align 4
4242
%mul56 = fmul float %3, undef

polly/test/CodeGen/phi-defined-before-scop.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bb:
1919
br label %bb1
2020

2121
bb1: ; preds = %bb6, %bb
22-
%tmp2 = phi ptr [ %tmp7, %bb6 ], [ undef, %bb ]
22+
%tmp2 = phi ptr [ %tmp7, %bb6 ], [ poison, %bb ]
2323
%tmp = load ptr, ptr @global, align 8, !tbaa !1
2424
br label %bb3
2525

polly/test/CodeGen/scop_expander_insert_point.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ for.body17.lr.ph: ; preds = %for.end22, %for.con
2828

2929
for.body17: ; preds = %for.body17, %for.body17.lr.ph
3030
%outvalue.141 = phi i64 [ undef, %for.body17.lr.ph ], [ %add19, %for.body17 ]
31-
%inptr.040 = phi ptr [ %add.ptr, %for.body17.lr.ph ], [ undef, %for.body17 ]
31+
%inptr.040 = phi ptr [ %add.ptr, %for.body17.lr.ph ], [ poison, %for.body17 ]
3232
%1 = load i8, ptr %inptr.040
3333
%add19 = mul nsw i64 0, %outvalue.141
3434
br i1 false, label %for.body17, label %for.end22

polly/test/CodeGen/stack-overflow-in-load-hoisting.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ for.cond.12.preheader.lr.ph: ; preds = %entry
4242
br label %for.body.14.lr.ph
4343

4444
for.body.14.lr.ph: ; preds = %for.end, %for.cond.12.preheader.lr.ph
45-
%d.050 = phi ptr [ %tmp3, %for.cond.12.preheader.lr.ph ], [ undef, %for.end ]
45+
%d.050 = phi ptr [ %tmp3, %for.cond.12.preheader.lr.ph ], [ poison, %for.end ]
4646
%w = getelementptr inbounds %struct.AudioVectorScopeContext.21.43.879.1209.1297.1319.1573, ptr %s, i32 0, i32 2
4747
%tmp4 = load i32, ptr %w, align 4
4848
%cmp13.46 = icmp sgt i32 %tmp4, 0

polly/test/ScopInfo/complex_domain_binary_condition.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ for.body104.lr.ph: ; preds = %entry
3535
br label %for.body104
3636

3737
for.body104: ; preds = %while.end146, %for.body104.lr.ph
38-
%indvars.iv = phi i64 [ %6, %for.body104.lr.ph ], [ undef, %while.end146 ]
38+
%indvars.iv = phi i64 [ %6, %for.body104.lr.ph ], [ poison, %while.end146 ]
3939
%7 = sub nsw i64 %indvars.iv, %idx.ext62
4040
%cmp107 = icmp slt i64 %7, -1
4141
%.op = xor i64 %7, -1

0 commit comments

Comments
 (0)