[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/ctlz.ll ctpop.ll neg1.ll s4addq.ll

John Criswell criswell at cs.uiuc.edu
Fri May 13 10:36:19 PDT 2005



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

ctlz.ll updated: 1.2 -> 1.3
ctpop.ll updated: 1.2 -> 1.3
neg1.ll updated: 1.1 -> 1.2
s4addq.ll updated: 1.3 -> 1.4
---
Log message:

These tests are currently expected to fail.


---
Diffs of the changes:  (+4 -0)

 ctlz.ll   |    1 +
 ctpop.ll  |    1 +
 neg1.ll   |    1 +
 s4addq.ll |    1 +
 4 files changed, 4 insertions(+)


Index: llvm/test/Regression/CodeGen/Alpha/ctlz.ll
diff -u llvm/test/Regression/CodeGen/Alpha/ctlz.ll:1.2 llvm/test/Regression/CodeGen/Alpha/ctlz.ll:1.3
--- llvm/test/Regression/CodeGen/Alpha/ctlz.ll:1.2	Wed May  4 10:56:34 2005
+++ llvm/test/Regression/CodeGen/Alpha/ctlz.ll	Fri May 13 12:36:00 2005
@@ -1,4 +1,5 @@
 ; Make sure this testcase codegens to the ctlz instruction
+; XFAIL: *
 ; RUN: llvm-as < %s | llc -march=alpha -enable-alpha-CT | grep 'ctlz'
 
 declare ubyte %llvm.ctlz(ubyte)


Index: llvm/test/Regression/CodeGen/Alpha/ctpop.ll
diff -u llvm/test/Regression/CodeGen/Alpha/ctpop.ll:1.2 llvm/test/Regression/CodeGen/Alpha/ctpop.ll:1.3
--- llvm/test/Regression/CodeGen/Alpha/ctpop.ll:1.2	Wed May  4 10:56:34 2005
+++ llvm/test/Regression/CodeGen/Alpha/ctpop.ll	Fri May 13 12:36:00 2005
@@ -1,4 +1,5 @@
 ; Make sure this testcase codegens to the ctpop instruction
+; XFAIL: *
 ; RUN: llvm-as < %s | llc -march=alpha -enable-alpha-CT | grep 'ctpop'
 
 declare long %llvm.ctpop(long)


Index: llvm/test/Regression/CodeGen/Alpha/neg1.ll
diff -u llvm/test/Regression/CodeGen/Alpha/neg1.ll:1.1 llvm/test/Regression/CodeGen/Alpha/neg1.ll:1.2
--- llvm/test/Regression/CodeGen/Alpha/neg1.ll:1.1	Fri Apr  8 11:46:44 2005
+++ llvm/test/Regression/CodeGen/Alpha/neg1.ll	Fri May 13 12:36:00 2005
@@ -1,4 +1,5 @@
 ; Make sure this testcase codegens to the lda -1 instruction
+; XFAIL: *
 ; RUN: llvm-as < %s | llc -march=alpha | grep '-1'
 
 implementation   ; Functions:


Index: llvm/test/Regression/CodeGen/Alpha/s4addq.ll
diff -u llvm/test/Regression/CodeGen/Alpha/s4addq.ll:1.3 llvm/test/Regression/CodeGen/Alpha/s4addq.ll:1.4
--- llvm/test/Regression/CodeGen/Alpha/s4addq.ll:1.3	Thu Apr  7 12:47:00 2005
+++ llvm/test/Regression/CodeGen/Alpha/s4addq.ll	Fri May 13 12:36:00 2005
@@ -1,4 +1,5 @@
 ; Make sure this testcase codegens to the S4ADDQ instruction
+; XFAIL: *
 ; RUN: llvm-as < %s | llc -march=alpha | grep 's4addq'
 
 implementation   ; Functions:






More information about the llvm-commits mailing list