mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 23:18:51 +00:00
7e03c74941
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22770 91177308-0d34-0410-b5e6-96231b3b80d8
13 lines
265 B
LLVM
13 lines
265 B
LLVM
; this should not crash the ppc backend
|
|
|
|
; RUN: llvm-as < %s | llc -march=ppc32
|
|
|
|
uint %test( int %j.0.0.i) {
|
|
%tmp.85.i = and int %j.0.0.i, 7
|
|
%tmp.161278.i = cast int %tmp.85.i to uint
|
|
%tmp.5.i77.i = shr uint %tmp.161278.i, ubyte 3
|
|
ret uint %tmp.5.i77.i
|
|
}
|
|
|
|
|