[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/2006-04-11-vecload.ll

Chris Lattner lattner at cs.uiuc.edu
Thu Apr 13 23:07:03 PDT 2006



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

2006-04-11-vecload.ll updated: 1.1 -> 1.2
---
Log message:

Force a specific config, because this test fails in certain configs otherwise.



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

 2006-04-11-vecload.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/CodeGen/Generic/2006-04-11-vecload.ll
diff -u llvm/test/Regression/CodeGen/Generic/2006-04-11-vecload.ll:1.1 llvm/test/Regression/CodeGen/Generic/2006-04-11-vecload.ll:1.2
--- llvm/test/Regression/CodeGen/Generic/2006-04-11-vecload.ll:1.1	Tue Apr 11 22:24:46 2006
+++ llvm/test/Regression/CodeGen/Generic/2006-04-11-vecload.ll	Fri Apr 14 01:06:51 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah
 
 ; The vload was getting memoized to the previous scalar load!
 






More information about the llvm-commits mailing list