mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 06:38:44 +00:00
new testcase for PR585
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22233 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0289929c62
commit
98b4d59861
7
test/Transforms/InstCombine/2005-06-16-RangeCrash.ll
Normal file
7
test/Transforms/InstCombine/2005-06-16-RangeCrash.ll
Normal file
@ -0,0 +1,7 @@
|
||||
; RUN: llvm-as < %s | opt -instcombine -disable-output
|
||||
; PR585
|
||||
bool %test() {
|
||||
%tmp.26 = div int 0, -2147483648 ; <int> [#uses=1]
|
||||
%tmp.27 = seteq int %tmp.26, 0 ; <bool> [#uses=1]
|
||||
ret bool %tmp.27
|
||||
}
|
Loading…
Reference in New Issue
Block a user