mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
8d84372836
of using llvm-as, now that opt supports this. llvm-svn: 81226
8 lines
132 B
LLVM
8 lines
132 B
LLVM
; RUN: opt %s -instcombine
|
|
|
|
define i65 @foo(i65 %x) nounwind {
|
|
entry:
|
|
%tmp2 = ashr i65 %x, 65 ; <i65> [#uses=1]
|
|
ret i65 %tmp2
|
|
}
|