blob: c4d15ae9053ee72f872ec7092cca89b2a8f8e304 [file] [log] [blame]
Dan Gohman36a09472009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86
2; RUN: llc < %s -march=x86-64
Evan Cheng6fb21682009-03-31 19:39:24 +00003
4define void @t(i128 %x, i128 %a, i128* nocapture %r) nounwind {
5entry:
6 %0 = lshr i128 %x, %a
7 store i128 %0, i128* %r, align 16
8 ret void
9}