You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
15
external/llvm/test/ExecutionEngine/OrcMCJIT/2003-06-05-PHIBug.ll
vendored
Normal file
15
external/llvm/test/ExecutionEngine/OrcMCJIT/2003-06-05-PHIBug.ll
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
; RUN: %lli -jit-kind=orc-mcjit %s > /dev/null
|
||||
|
||||
; Testcase distilled from 256.bzip2.
|
||||
|
||||
define i32 @main() {
|
||||
entry:
|
||||
%X = add i32 1, -1 ; <i32> [#uses=3]
|
||||
br label %Next
|
||||
Next: ; preds = %entry
|
||||
%A = phi i32 [ %X, %entry ] ; <i32> [#uses=0]
|
||||
%B = phi i32 [ %X, %entry ] ; <i32> [#uses=0]
|
||||
%C = phi i32 [ %X, %entry ] ; <i32> [#uses=1]
|
||||
ret i32 %C
|
||||
}
|
||||
|
Reference in New Issue
Block a user