Changes in directory llvm/test/Regression/CodeGen/Alpha:
not.ll updated: 1.1 -> 1.2 rpcc.ll updated: 1.1 -> 1.2 --- Log message: Fix these testcases :( Apparently Andrew hasn't implemented ReadCycleCounter in the new isel and renamed ornot to eqv --- Diffs of the changes: (+2 -1) not.ll | 2 +- rpcc.ll | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/test/Regression/CodeGen/Alpha/not.ll diff -u llvm/test/Regression/CodeGen/Alpha/not.ll:1.1 llvm/test/Regression/CodeGen/Alpha/not.ll:1.2 --- llvm/test/Regression/CodeGen/Alpha/not.ll:1.1 Fri Apr 8 11:46:44 2005 +++ llvm/test/Regression/CodeGen/Alpha/not.ll Mon Jan 16 10:34:39 2006 @@ -1,5 +1,5 @@ ; Make sure this testcase codegens to the ornot instruction -; RUN: llvm-as < %s | llc -march=alpha | grep 'ornot' +; RUN: llvm-as < %s | llc -march=alpha | grep 'eqv' implementation ; Functions: Index: llvm/test/Regression/CodeGen/Alpha/rpcc.ll diff -u llvm/test/Regression/CodeGen/Alpha/rpcc.ll:1.1 llvm/test/Regression/CodeGen/Alpha/rpcc.ll:1.2 --- llvm/test/Regression/CodeGen/Alpha/rpcc.ll:1.1 Fri Nov 11 10:47:31 2005 +++ llvm/test/Regression/CodeGen/Alpha/rpcc.ll Mon Jan 16 10:34:39 2006 @@ -1,4 +1,5 @@ ; RUN: llvm-as < %s | llc -march=alpha | grep rpcc +; XFAIL: * declare ulong %llvm.readcyclecounter() _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits