[Polly] Update polly test after SCEV changes

Make the phi non-trivial, so SCEV can't see through it.
This commit is contained in:
Nikita Popov 2023-04-27 16:08:34 +02:00
parent e016fb57b3
commit 28adee04d1

View File

@ -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