mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-25 04:39:51 +00:00
These tests are currently expected to fail.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21941 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b6cf537e25
commit
1e497fe3dc
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user