In some rare cases, the register allocator can spill registers but end up not utilizi...
[llvm/msp430.git] / test / CodeGen / X86 / shift-i256.ll
blob4a29b8626c6e1b2f67b42d795ebd76b8c2ddbe0b
1 ; RUN: llvm-as < %s | llc -march=x86
2 ; RUN: llvm-as < %s | llc -march=x86-64
4 define void @t(i256 %x, i256 %a, i256* nocapture %r) nounwind readnone {
5 entry:
6         %0 = ashr i256 %x, %a
7         store i256 %0, i256* %r
8         ret void