mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-23 14:30:50 +00:00
New testcase that crashes the instcombine pass. Dominance properties have
no meaning if the code is not reachable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12657 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ce8492def2
commit
ec3f8cd551
@ -0,0 +1,8 @@
|
||||
; RUN: llvm-as < %s | opt -instcombine -disable-output
|
||||
|
||||
int %test() {
|
||||
ret int 0
|
||||
Loop:
|
||||
%X = add int %X, 1
|
||||
br label %Loop
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user