Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
0b8f0a208e9849c7ea50173b98acb51efbe1f2c7
/
.
/
test
/
CodeGen
/
X86
/
shift-i256.ll
blob: d5f65a6ed18cd30926181e83c4c45c0108dd2b09 [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=x86
; RUN: llc < %s -march=x86-64
define
void
@t
(
i256
%x
,
i256
%a
,
i256
*
nocapture
%r
)
nounwind
readnone
{
entry
:
%0
=
ashr
i256
%x
,
%a
store
i256
%0
,
i256
*
%r
ret
void
}