• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llc < %s -march=x86
2; RUN: llc < %s -march=x86-64
3
4define void @t(i256 %x, i256 %a, i256* nocapture %r) nounwind readnone {
5entry:
6	%0 = ashr i256 %x, %a
7	store i256 %0, i256* %r
8        ret void
9}
10