You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,15 +0,0 @@
|
||||
; RUN: opt -instsimplify -S < %s | FileCheck %s
|
||||
|
||||
define void @foo() nounwind {
|
||||
br i1 undef, label %1, label %4
|
||||
|
||||
; <label>:1 ; preds = %1, %0
|
||||
; CHECK-NOT: phi
|
||||
; CHECK-NOT: sub
|
||||
%2 = phi i32 [ %3, %1 ], [ undef, %0 ]
|
||||
%3 = sub i32 0, undef
|
||||
br label %1
|
||||
|
||||
; <label>:4 ; preds = %0
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user