mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-12 14:17:59 +00:00
new testcase that crashes the instcombiner.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21151 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7e7fadd2ea
commit
b37246d65e
@ -0,0 +1,7 @@
|
||||
; RUN: llvm-as < %s | opt -instcombine -disable-output
|
||||
|
||||
uint %test(bool %C, uint %tmp.15) {
|
||||
%tmp.16 = select bool %C, uint 8, uint 1
|
||||
%tmp.18 = div uint %tmp.15, %tmp.16
|
||||
ret uint %tmp.18
|
||||
}
|
Loading…
Reference in New Issue
Block a user