These tests are currently expected to fail.
authorJohn Criswell <criswell@uiuc.edu>
Fri, 13 May 2005 17:36:00 +0000 (17:36 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Fri, 13 May 2005 17:36:00 +0000 (17:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21941 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Alpha/ctlz.ll
test/CodeGen/Alpha/ctpop.ll
test/CodeGen/Alpha/neg1.ll
test/CodeGen/Alpha/s4addq.ll

index c99d60e08d553a6f78850fc7d6badffb22d4ae24..ad03e911f9b1248e0ad55c9851b888fcfd7382e9 100644 (file)
@@ -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)
index 97a29a7f22916a9e66e7dcfc5e196813ba85bd0b..681c288cffa5d0f3b8983c197f554d1aa9a3d558 100644 (file)
@@ -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)
index 5d6ccd0da5a382dc6757e6f6dda68e8c9cf2be1b..ebf2ac4fd65ef9a4a7b0fc07357e54ffc9471eb2 100644 (file)
@@ -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:
index 92cf5bda20564bad79be08a3ab7896e3d6d1cce6..156b110584a4769bf4e933a249279ebaade0beb4 100644 (file)
@@ -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: