summaryrefslogtreecommitdiff
path: root/polly
diff options
context:
space:
mode:
authorNikita Popov <npopov@redhat.com>2023-04-27 16:08:34 +0200
committerNikita Popov <npopov@redhat.com>2023-04-27 16:09:08 +0200
commit28adee04d1fc049d0191e6168898e75fc5d4cc2d (patch)
treec400247d5b88b2e69f649e2cd0e74946cf67f0e7 /polly
parente016fb57b35315e1e5b2b4dddb02c687af57eee0 (diff)
downloadllvm-28adee04d1fc049d0191e6168898e75fc5d4cc2d.tar.gz
[Polly] Update polly test after SCEV changes
Make the phi non-trivial, so SCEV can't see through it.
Diffstat (limited to 'polly')
-rw-r--r--polly/test/CodeGen/only_non_affine_error_region.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/CodeGen/only_non_affine_error_region.ll b/polly/test/CodeGen/only_non_affine_error_region.ll
index 64f53bcda2c2..b2ad1c1fe3fd 100644
--- a/polly/test/CodeGen/only_non_affine_error_region.ll
+++ b/polly/test/CodeGen/only_non_affine_error_region.ll
@@ -13,7 +13,7 @@ for.body: ; preds = %entry
br label %for.end
for.end: ; preds = %for.body, %entry
- %i.2 = phi i32 [ 1, %entry ], [ 1, %for.body ]
+ %i.2 = phi i32 [ 1, %entry ], [ 2, %for.body ]
%cmp170 = icmp eq i32 %i.2, %argc
br i1 %cmp170, label %if.then172, label %if.end174