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
25
external/llvm/test/Transforms/Inline/pr33637.ll
vendored
25
external/llvm/test/Transforms/Inline/pr33637.ll
vendored
@ -1,25 +0,0 @@
|
||||
; RUN: opt -inline < %s
|
||||
|
||||
define void @patatino() {
|
||||
for.cond:
|
||||
br label %for.body
|
||||
|
||||
for.body:
|
||||
%tobool = icmp eq i32 5, 0
|
||||
%sel = select i1 %tobool, i32 0, i32 2
|
||||
br i1 undef, label %cleanup1.thread, label %cleanup1
|
||||
|
||||
cleanup1.thread:
|
||||
ret void
|
||||
|
||||
cleanup1:
|
||||
%cleanup.dest2 = phi i32 [ %sel, %for.body ]
|
||||
%switch = icmp ult i32 %cleanup.dest2, 1
|
||||
ret void
|
||||
}
|
||||
|
||||
define void @main() {
|
||||
entry:
|
||||
call void @patatino()
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user