Imported Upstream version 5.18.0.167

Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-10-20 08:25:10 +00:00
parent e19d552987
commit b084638f15
28489 changed files with 184 additions and 3866856 deletions

View File

@@ -1,19 +0,0 @@
; RUN: opt < %s -analyze -scalar-evolution
; PR2602
define i32 @a() nounwind {
entry:
br label %bb
bb: ; preds = %bb, %entry
%w.0 = phi i32 [ 0, %entry ], [ %tmp, %bb ] ; <i32> [#uses=2]
%e.0 = phi i32 [ 0, %entry ], [ %e.1, %bb ] ; <i32> [#uses=2]
%w.1 = add i32 0, %w.0 ; <i32>:0 [#uses=1]
%tmp = add i32 %e.0, %w.0 ; <i32>:1 [#uses=1]
%e.1 = add i32 %e.0, 1 ; <i32>:2 [#uses=1]
%cond = icmp eq i32 %w.1, -1 ; <i1>:3 [#uses=1]
br i1 %cond, label %return, label %bb
return: ; preds = %bb
ret i32 undef
}