xref: /llvm-project/llvm/test/Transforms/InstCombine/2008-06-05-ashr-crash.ll (revision acdc419c897f8a9414c7a00c8908ac32312afee2)
1; RUN: opt < %s -passes=instcombine
2
3define i65 @foo(i65 %x) nounwind  {
4entry:
5	%tmp2 = ashr i65 %x, 65		; <i65> [#uses=1]
6	ret i65 %tmp2
7}
8