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,18 +0,0 @@
; RUN: opt < %s -loop-simplify -disable-output
define void @test() {
loopentry.0:
br label %loopentry.1
loopentry.1: ; preds = %then.6, %then.6, %loopentry.1, %loopentry.0
%pixel.4 = phi i32 [ 0, %loopentry.0 ], [ %pixel.4, %loopentry.1 ], [ %tmp.370, %then.6 ], [ %tmp.370, %then.6 ] ; <i32> [#uses=1]
br i1 false, label %then.6, label %loopentry.1
then.6: ; preds = %loopentry.1
%tmp.370 = add i32 0, 0 ; <i32> [#uses=2]
switch i32 0, label %label.7 [
i32 6408, label %loopentry.1
i32 32841, label %loopentry.1
]
label.7: ; preds = %then.6
ret void
}