blob: 8c4e713985ae968d330dc584525e8aa746e4cc6d [file] [log] [blame]
Chris Lattnerd5c654b2006-04-17 21:48:03 +00001; 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