Skip to content

Commit 38fc3e8

Browse files
committed
[Polly] Fix polly tests
1 parent 25d9d7f commit 38fc3e8

9 files changed

+14
-14
lines changed

polly/test/CodeGen/OpenMP/floord-as-argument-to-subfunction.ll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ for.cond39.for.cond66.preheader.loopexit67_crit_edge: ; preds = %for.body42
2020
br label %for.cond66.preheader
2121

2222
for.cond66.preheader: ; preds = %for.cond39.for.cond66.preheader.loopexit67_crit_edge, %if.end
23-
%rawout1.3.ph = phi ptr [ %add.ptr62.lcssa, %for.cond39.for.cond66.preheader.loopexit67_crit_edge ], [ undef, %if.end ]
23+
%rawout1.3.ph = phi ptr [ %add.ptr62.lcssa, %for.cond39.for.cond66.preheader.loopexit67_crit_edge ], [ poison, %if.end ]
2424
%sb.3.ph = phi i32 [ 0, %for.cond39.for.cond66.preheader.loopexit67_crit_edge ], [ 0, %if.end ]
25-
%tspnt.3.ph = phi ptr [ undef, %for.cond39.for.cond66.preheader.loopexit67_crit_edge ], [ %tsOut, %if.end ]
25+
%tspnt.3.ph = phi ptr [ poison, %for.cond39.for.cond66.preheader.loopexit67_crit_edge ], [ %tsOut, %if.end ]
2626
br label %for.cond69.preheader
2727

2828
for.body42: ; preds = %if.end
@@ -31,12 +31,12 @@ for.body42: ; preds = %if.end
3131
for.cond69.preheader: ; preds = %for.end76, %for.cond66.preheader
3232
%tspnt.375 = phi ptr [ %incdec.ptr79, %for.end76 ], [ %tspnt.3.ph, %for.cond66.preheader ]
3333
%sb.374 = phi i32 [ %inc78, %for.end76 ], [ %sb.3.ph, %for.cond66.preheader ]
34-
%rawout1.373 = phi ptr [ undef, %for.end76 ], [ %rawout1.3.ph, %for.cond66.preheader ]
34+
%rawout1.373 = phi ptr [ poison, %for.end76 ], [ %rawout1.3.ph, %for.cond66.preheader ]
3535
br label %for.body71
3636

3737
for.body71: ; preds = %for.body71, %for.cond69.preheader
3838
%indvars.iv = phi i64 [ 0, %for.cond69.preheader ], [ %indvars.iv.next, %for.body71 ]
39-
%rawout1.469 = phi ptr [ %rawout1.373, %for.cond69.preheader ], [ undef, %for.body71 ]
39+
%rawout1.469 = phi ptr [ %rawout1.373, %for.cond69.preheader ], [ poison, %for.body71 ]
4040
%0 = load i64, ptr %rawout1.469, align 8
4141
%1 = shl nsw i64 %indvars.iv, 5
4242
%arrayidx73 = getelementptr inbounds double, ptr %tspnt.375, i64 %1

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/non-affine-phi-node-expansion.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ bb1: ; preds = %bb
3131
br label %bb2
3232

3333
bb2: ; preds = %bb1, %bb
34-
%tmp = phi i1 [ true, %bb ], [ undef, %bb1 ]
34+
%tmp = phi i1 [ true, %bb ], [ poison, %bb1 ]
3535
br label %bb3
3636

3737
bb3: ; preds = %bb13, %bb2

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

Lines changed: 2 additions & 2 deletions
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

@@ -31,7 +31,7 @@ bb5: ; preds = %bb3
3131
br label %bb6
3232

3333
bb6: ; preds = %bb5, %bb3
34-
%tmp7 = phi ptr [ %tmp2, %bb3 ], [ undef, %bb5 ]
34+
%tmp7 = phi ptr [ %tmp2, %bb3 ], [ poison, %bb5 ]
3535
br i1 undef, label %bb8, label %bb1
3636

3737
bb8: ; preds = %bb6

polly/test/CodeGen/scop_expander_insert_point.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ for.body17.lr.ph: ; preds = %for.end22, %for.con
2727
br label %for.body17
2828

2929
for.body17: ; preds = %for.body17, %for.body17.lr.ph
30-
%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 ]
30+
%outvalue.141 = phi i64 [ poison, %for.body17.lr.ph ], [ %add19, %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

polly/test/ScopInfo/scev-div-with-evaluatable-divisor.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ for.body.lr.ph: ; preds = %entry
1717
br label %for.body
1818

1919
for.body: ; preds = %for.inc, %for.body.lr.ph
20-
%mj.017 = phi i32 [ 1, %for.body.lr.ph ], [ undef, %for.inc ]
20+
%mj.017 = phi i32 [ 1, %for.body.lr.ph ], [ poison, %for.inc ]
2121
br i1 true, label %if.else, label %if.then
2222

2323
if.then: ; preds = %for.body

0 commit comments

Comments
 (0)