mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 15:32:52 +01:00
33c4405522
llvm-svn: 21151
8 lines
191 B
LLVM
8 lines
191 B
LLVM
; 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
|
|
}
|