[llvm-commits] CVS: llvm/test/CodeGen/Alpha/cmov.ll

2007-04-16 Thread Andrew Lenharth


Changes in directory llvm/test/CodeGen/Alpha:

cmov.ll updated: 1.4 -> 1.5
---
Log message:

this is fixed

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

 cmov.ll |2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/CodeGen/Alpha/cmov.ll
diff -u llvm/test/CodeGen/Alpha/cmov.ll:1.4 llvm/test/CodeGen/Alpha/cmov.ll:1.5
--- llvm/test/CodeGen/Alpha/cmov.ll:1.4 Sun Apr 15 18:00:46 2007
+++ llvm/test/CodeGen/Alpha/cmov.ll Mon Apr 16 23:07:27 2007
@@ -1,6 +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:



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


[llvm-commits] CVS: llvm/test/CodeGen/Alpha/cmov.ll ctlz.ll ctlz_e.ll ctpop.ll

2007-04-15 Thread Reid Spencer


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.8Sun Apr 15 13:40:57 2007
+++ llvm/test/CodeGen/Alpha/ctpop.llSun 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)
 



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits