[llvm-commits] CVS: llvm/test/CodeGen/Alpha/cmov.ll ctlz.ll ctlz_e.ll ctpop.ll
Reid Spencer
reid at x10sys.com
Sun Apr 15 16:01:45 PDT 2007
Changes in directory llvm/test/CodeGen/Alpha:
cmov.ll updated: 1.3 -> 1.4
ctlz.ll updated: 1.7 -> 1.8
ctlz_e.ll updated: 1.3 -> 1.4
ctpop.ll updated: 1.8 -> 1.9
---
Log message:
For PR1336: http://llvm.org/PR1336 :
XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed.
---
Diffs of the changes: (+4 -0)
cmov.ll | 1 +
ctlz.ll | 1 +
ctlz_e.ll | 1 +
ctpop.ll | 1 +
4 files changed, 4 insertions(+)
Index: llvm/test/CodeGen/Alpha/cmov.ll
diff -u llvm/test/CodeGen/Alpha/cmov.ll:1.3 llvm/test/CodeGen/Alpha/cmov.ll:1.4
--- llvm/test/CodeGen/Alpha/cmov.ll:1.3 Fri Dec 1 22:23:08 2006
+++ llvm/test/CodeGen/Alpha/cmov.ll Sun Apr 15 18:00:46 2007
@@ -1,5 +1,6 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | not grep cmovlt
; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | grep cmoveq
+; XFAIL: *
long %cmov_lt(long %a, long %c) {
entry:
Index: llvm/test/CodeGen/Alpha/ctlz.ll
diff -u llvm/test/CodeGen/Alpha/ctlz.ll:1.7 llvm/test/CodeGen/Alpha/ctlz.ll:1.8
--- llvm/test/CodeGen/Alpha/ctlz.ll:1.7 Sun Apr 15 13:40:57 2007
+++ llvm/test/CodeGen/Alpha/ctlz.ll Sun Apr 15 18:00:46 2007
@@ -4,6 +4,7 @@
; RUN: llvm-as < %s | llc -march=alpha -mcpu=ev6 | not grep -i ctlz
; RUN: llvm-as < %s | llc -march=alpha -mcpu=ev56 | not grep -i ctlz
; RUN: llvm-as < %s | llc -march=alpha -mattr=-CIX | not grep -i ctlz
+; XFAIL: *
declare i32 @llvm.ctlz.i8(i8)
Index: llvm/test/CodeGen/Alpha/ctlz_e.ll
diff -u llvm/test/CodeGen/Alpha/ctlz_e.ll:1.3 llvm/test/CodeGen/Alpha/ctlz_e.ll:1.4
--- llvm/test/CodeGen/Alpha/ctlz_e.ll:1.3 Sun Apr 15 13:40:57 2007
+++ llvm/test/CodeGen/Alpha/ctlz_e.ll Sun Apr 15 18:00:46 2007
@@ -1,5 +1,6 @@
; Make sure this testcase does not use ctpop
; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | not grep -i ctpop
+; XFAIL: *
declare ulong %llvm.ctlz(ulong)
Index: llvm/test/CodeGen/Alpha/ctpop.ll
diff -u llvm/test/CodeGen/Alpha/ctpop.ll:1.8 llvm/test/CodeGen/Alpha/ctpop.ll:1.9
--- llvm/test/CodeGen/Alpha/ctpop.ll:1.8 Sun Apr 15 13:40:57 2007
+++ llvm/test/CodeGen/Alpha/ctpop.ll Sun Apr 15 18:00:46 2007
@@ -8,6 +8,7 @@
; RUN: not grep -i ctpop
; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha -mattr=-CIX | \
; RUN: not grep -i 'ctpop'
+; XFAIL: *
declare long %llvm.ctpop(long)
More information about the llvm-commits
mailing list