Home | History | Annotate | Download | only in InstCombine
      1 ; RUN: opt < %s -instcombine
      2 
      3 define i65 @foo(i65 %x) nounwind  {
      4 entry:
      5 	%tmp2 = ashr i65 %x, 65		; <i65> [#uses=1]
      6 	ret i65 %tmp2
      7 }
      8