New testcase, shouldn't touch vrsave

llvm-svn: 27776
This commit is contained in:
Chris Lattner 2006-04-17 21:48:03 +00:00
parent bec79b4a59
commit efe2b3f2fc
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep vrlw &&
; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | not grep spr
<4 x int> %test_rol() {
ret <4 x int> < int -11534337, int -11534337, int -11534337, int -11534337 >
}