You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.247
Former-commit-id: 2d6af2e4ed0eda5cbdc2946446ef7718456ad190
This commit is contained in:
parent
279aa8f685
commit
ce8e504569
@ -1,20 +0,0 @@
|
||||
; RUN: opt < %s -analyze -scalar-evolution | FileCheck %s
|
||||
; PR1614
|
||||
|
||||
; CHECK: smax
|
||||
|
||||
define i32 @f(i32 %x, i32 %y) {
|
||||
entry:
|
||||
br label %bb
|
||||
|
||||
bb: ; preds = %bb, %entry
|
||||
%indvar = phi i32 [ 0, %entry ], [ %indvar.next, %bb ] ; <i32> [#uses=2]
|
||||
%x_addr.0 = add i32 %indvar, %x ; <i32> [#uses=1]
|
||||
%tmp2 = add i32 %x_addr.0, 1 ; <i32> [#uses=2]
|
||||
%tmp5 = icmp slt i32 %tmp2, %y ; <i1> [#uses=1]
|
||||
%indvar.next = add i32 %indvar, 1 ; <i32> [#uses=1]
|
||||
br i1 %tmp5, label %bb, label %bb7
|
||||
|
||||
bb7: ; preds = %bb
|
||||
ret i32 %tmp2
|
||||
}
|
Reference in New Issue
Block a user