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,20 +0,0 @@
|
||||
; RUN: opt -early-cse -S < %s | FileCheck %s
|
||||
; RUN: opt -basicaa -early-cse-memssa -S < %s | FileCheck %s
|
||||
; PR12231
|
||||
|
||||
declare i32 @f()
|
||||
|
||||
define i32 @fn() {
|
||||
entry:
|
||||
br label %lbl_1215
|
||||
|
||||
lbl_1215:
|
||||
%ins34 = phi i32 [ %ins35, %xxx ], [ undef, %entry ]
|
||||
ret i32 %ins34
|
||||
|
||||
xxx:
|
||||
%ins35 = call i32 @f()
|
||||
br label %lbl_1215
|
||||
}
|
||||
|
||||
; CHECK-LABEL: define i32 @fn(
|
Reference in New Issue
Block a user