mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-23 12:24:34 +00:00
new testcase that crashes the instcombiner.
llvm-svn: 21151
This commit is contained in:
parent
6875356db1
commit
33c4405522
@ -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…
x
Reference in New Issue
Block a user