New testcase, shouldn't touch vrsave
[oota-llvm.git] / test / CodeGen / PowerPC / vec_vrsave.ll
1 ; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep vrlw &&
2 ; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | not grep spr
3
4 <4 x int> %test_rol() {
5         ret <4 x int> < int -11534337, int -11534337, int -11534337, int -11534337 >
6 }
7