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
25
external/llvm/test/Transforms/Inline/pr33637.ll
vendored
Normal file
25
external/llvm/test/Transforms/Inline/pr33637.ll
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
; 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