llvm-project/llvm/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll

7 lines
105 B
LLVM
Raw Normal View History

; RUN: llc < %s -march=ppc32
2008-03-09 08:32:10 +08:00
define void @test() {
%tr1 = lshr i32 1, 0 ; <i32> [#uses=0]
2004-11-30 14:35:52 +08:00
ret void
}
2008-03-09 08:32:10 +08:00