You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
19
external/llvm/test/CodeGen/Generic/empty-phi.ll
vendored
19
external/llvm/test/CodeGen/Generic/empty-phi.ll
vendored
@ -1,19 +0,0 @@
|
||||
; RUN: llc < %s
|
||||
|
||||
define void @f() {
|
||||
entry:
|
||||
br label %bb1
|
||||
|
||||
bb1:
|
||||
%0 = phi [0 x { i8*, i64, i64 }] [ %load, %bb2 ], [ undef, %entry ]
|
||||
store [0 x { i8*, i64, i64 }] %0, [0 x { i8*, i64, i64 }]* undef, align 8
|
||||
%1 = icmp eq i64 undef, 0
|
||||
br i1 %1, label %bb2, label %bb3
|
||||
|
||||
bb2:
|
||||
%load = load [0 x { i8*, i64, i64 }], [0 x { i8*, i64, i64 }]* undef, align 8
|
||||
br label %bb1
|
||||
|
||||
bb3:
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user