[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/select.ll
Chris Lattner
lattner at cs.uiuc.edu
Tue Sep 5 13:27:20 PDT 2006
Changes in directory llvm/test/Regression/CodeGen/X86:
select.ll updated: 1.3 -> 1.4
---
Log message:
make this harder
---
Diffs of the changes: (+2 -1)
select.ll | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/X86/select.ll
diff -u llvm/test/Regression/CodeGen/X86/select.ll:1.3 llvm/test/Regression/CodeGen/X86/select.ll:1.4
--- llvm/test/Regression/CodeGen/X86/select.ll:1.3 Wed Mar 31 21:47:56 2004
+++ llvm/test/Regression/CodeGen/X86/select.ll Tue Sep 5 15:27:06 2006
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah &&
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=pentium
bool %boolSel(bool %A, bool %B, bool %C) {
%X = select bool %A, bool %B, bool %C
More information about the llvm-commits
mailing list