xref: /aosp_15_r20/external/llvm/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc < %s -march=ppc32
2define void @test() {
3	%tr1 = lshr i32 1, 0		; <i32> [#uses=0]
4	ret void
5}
6
7