[Polly] Update polly test after SCEV changes
Make the phi non-trivial, so SCEV can't see through it.
This commit is contained in:
parent
e016fb57b3
commit
28adee04d1
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user