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/Transforms/LICM/bisect-state.ll
vendored
Normal file
15
external/llvm/test/Transforms/LICM/bisect-state.ll
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
; Make sure we don't crash in LICM.
|
||||
; RUN: opt %s -licm -opt-bisect-limit=1
|
||||
|
||||
define void @patatino() {
|
||||
for.cond1:
|
||||
br label %for.body
|
||||
for.body:
|
||||
br label %for.cond5
|
||||
for.cond5:
|
||||
br i1 true, label %if.end, label %for.end
|
||||
if.end:
|
||||
br label %for.cond5
|
||||
for.end:
|
||||
br label %for.body
|
||||
}
|
Reference in New Issue
Block a user