diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 23:00:46 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 23:00:46 +0000 |
commit | 6584cf60f281105517f00ea8e9a1040c6543c814 (patch) | |
tree | 21c8a23ca3dd82a73b09e89abd2c1982fa4b2b2f /llvm/test/CodeGen/Alpha | |
parent | b964f00d6a4b556ca67a4f455303224889dbe3db (diff) | |
download | bcm5719-llvm-6584cf60f281105517f00ea8e9a1040c6543c814.tar.gz bcm5719-llvm-6584cf60f281105517f00ea8e9a1040c6543c814.zip |
For PR1336:
XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed.
llvm-svn: 36093
Diffstat (limited to 'llvm/test/CodeGen/Alpha')
-rw-r--r-- | llvm/test/CodeGen/Alpha/cmov.ll | 1 | ||||
-rw-r--r-- | llvm/test/CodeGen/Alpha/ctlz.ll | 1 | ||||
-rw-r--r-- | llvm/test/CodeGen/Alpha/ctlz_e.ll | 1 | ||||
-rw-r--r-- | llvm/test/CodeGen/Alpha/ctpop.ll | 1 |
4 files changed, 4 insertions, 0 deletions
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) |