diff options
author | John Criswell <criswell@uiuc.edu> | 2005-05-13 17:36:00 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2005-05-13 17:36:00 +0000 |
commit | 1e497fe3dcd191c8574f05bb027323c0e5d407d2 (patch) | |
tree | 26ca9ed5cbd69497710afae52af7884fedbd4dae /test | |
parent | b6cf537e25375d4943fcb4cf7fa2c95786ceb4f8 (diff) | |
download | external_llvm-1e497fe3dcd191c8574f05bb027323c0e5d407d2.zip external_llvm-1e497fe3dcd191c8574f05bb027323c0e5d407d2.tar.gz external_llvm-1e497fe3dcd191c8574f05bb027323c0e5d407d2.tar.bz2 |
These tests are currently expected to fail.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21941 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/Alpha/ctlz.ll | 1 | ||||
-rw-r--r-- | test/CodeGen/Alpha/ctpop.ll | 1 | ||||
-rw-r--r-- | test/CodeGen/Alpha/neg1.ll | 1 | ||||
-rw-r--r-- | test/CodeGen/Alpha/s4addq.ll | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGen/Alpha/ctlz.ll b/test/CodeGen/Alpha/ctlz.ll index c99d60e..ad03e91 100644 --- a/test/CodeGen/Alpha/ctlz.ll +++ b/test/CodeGen/Alpha/ctlz.ll @@ -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) diff --git a/test/CodeGen/Alpha/ctpop.ll b/test/CodeGen/Alpha/ctpop.ll index 97a29a7..681c288 100644 --- a/test/CodeGen/Alpha/ctpop.ll +++ b/test/CodeGen/Alpha/ctpop.ll @@ -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) diff --git a/test/CodeGen/Alpha/neg1.ll b/test/CodeGen/Alpha/neg1.ll index 5d6ccd0..ebf2ac4 100644 --- a/test/CodeGen/Alpha/neg1.ll +++ b/test/CodeGen/Alpha/neg1.ll @@ -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: diff --git a/test/CodeGen/Alpha/s4addq.ll b/test/CodeGen/Alpha/s4addq.ll index 92cf5bd..156b110 100644 --- a/test/CodeGen/Alpha/s4addq.ll +++ b/test/CodeGen/Alpha/s4addq.ll @@ -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: |