brintos

brintos / llvm-project-archived public Read only

0
0
Text · 141 B · c3e129d Raw
8 lines · plain
1; RUN: opt < %s -passes=instcombine2 3define i65 @foo(i65 %x) nounwind  {4entry:5	%tmp2 = ashr i65 %x, 65		; <i65> [#uses=1]6	ret i65 %tmp27}8