[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/vec_zero.ll

Evan Cheng evan.cheng at apple.com
Wed Jul 5 13:46:39 PDT 2006



Changes in directory llvm/test/Regression/CodeGen/X86:

vec_zero.ll updated: 1.2 -> 1.3
---
Log message:

Update test case.

---
Diffs of the changes:  (+1 -2)

 vec_zero.ll |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


Index: llvm/test/Regression/CodeGen/X86/vec_zero.ll
diff -u llvm/test/Regression/CodeGen/X86/vec_zero.ll:1.2 llvm/test/Regression/CodeGen/X86/vec_zero.ll:1.3
--- llvm/test/Regression/CodeGen/X86/vec_zero.ll:1.2	Thu Apr 20 23:58:23 2006
+++ llvm/test/Regression/CodeGen/X86/vec_zero.ll	Wed Jul  5 15:46:27 2006
@@ -1,5 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep xorps &&
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep pxor
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep xorps | wc -l | grep 2
 
 void %foo(<4 x float> *%P) {
 	%T = load <4 x float> * %P






More information about the llvm-commits mailing list