[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/vec_vrsave.ll
Chris Lattner
lattner at cs.uiuc.edu
Mon Apr 17 14:48:16 PDT 2006
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
vec_vrsave.ll added (r1.1)
---
Log message:
New testcase, shouldn't touch vrsave
---
Diffs of the changes: (+7 -0)
vec_vrsave.ll | 7 +++++++
1 files changed, 7 insertions(+)
Index: llvm/test/Regression/CodeGen/PowerPC/vec_vrsave.ll
diff -c /dev/null llvm/test/Regression/CodeGen/PowerPC/vec_vrsave.ll:1.1
*** /dev/null Mon Apr 17 16:48:13 2006
--- llvm/test/Regression/CodeGen/PowerPC/vec_vrsave.ll Mon Apr 17 16:48:03 2006
***************
*** 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 >
+ }
+
More information about the llvm-commits
mailing list