1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/test/CodeGen/PowerPC/2005-08-12-rlwimi-crash.ll
2007-01-17 07:59:14 +00:00

13 lines
280 B
LLVM

; this should not crash the ppc backend
; RUN: llvm-upgrade < %s | llvm-as | 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
}