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

7 lines
115 B
LLVM
Raw Normal View History

2008-03-09 08:32:10 +08:00
; RUN: llvm-as < %s | llc -march=ppc32
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