You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
@ -1,16 +0,0 @@
|
||||
; RUN: opt < %s -analyze -scalar-evolution -scalar-evolution-max-iterations=0 | FileCheck %s
|
||||
; PR2088
|
||||
|
||||
; CHECK: Unpredictable
|
||||
|
||||
define void @fun() {
|
||||
entry:
|
||||
br label %loop
|
||||
loop:
|
||||
%i = phi i8 [ 0, %entry ], [ %i.next, %loop ]
|
||||
%i.next = add i8 %i, 4
|
||||
%cond = icmp ne i8 %i.next, 6
|
||||
br i1 %cond, label %loop, label %exit
|
||||
exit:
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user