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
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