From 6584cf60f281105517f00ea8e9a1040c6543c814 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 15 Apr 2007 23:00:46 +0000 Subject: For PR1336: XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed. llvm-svn: 36093 --- llvm/test/CodeGen/Alpha/cmov.ll | 1 + llvm/test/CodeGen/Alpha/ctlz.ll | 1 + llvm/test/CodeGen/Alpha/ctlz_e.ll | 1 + llvm/test/CodeGen/Alpha/ctpop.ll | 1 + 4 files changed, 4 insertions(+) (limited to 'llvm/test/CodeGen/Alpha') diff --git a/llvm/test/CodeGen/Alpha/cmov.ll b/llvm/test/CodeGen/Alpha/cmov.ll index c5f9f63c342..8d1c7c5af2f 100644 --- a/llvm/test/CodeGen/Alpha/cmov.ll +++ b/llvm/test/CodeGen/Alpha/cmov.ll @@ -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: diff --git a/llvm/test/CodeGen/Alpha/ctlz.ll b/llvm/test/CodeGen/Alpha/ctlz.ll index 0ad014dbf97..e80266fdd5c 100644 --- a/llvm/test/CodeGen/Alpha/ctlz.ll +++ b/llvm/test/CodeGen/Alpha/ctlz.ll @@ -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) diff --git a/llvm/test/CodeGen/Alpha/ctlz_e.ll b/llvm/test/CodeGen/Alpha/ctlz_e.ll index 7956f5c13df..0a2faab5cb3 100644 --- a/llvm/test/CodeGen/Alpha/ctlz_e.ll +++ b/llvm/test/CodeGen/Alpha/ctlz_e.ll @@ -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) diff --git a/llvm/test/CodeGen/Alpha/ctpop.ll b/llvm/test/CodeGen/Alpha/ctpop.ll index e68d23708ed..df9524c0bfe 100644 --- a/llvm/test/CodeGen/Alpha/ctpop.ll +++ b/llvm/test/CodeGen/Alpha/ctpop.ll @@ -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) -- cgit v1.2.3