mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 00:39:36 +00:00
Fix these testcases :(
Apparently Andrew hasn't implemented ReadCycleCounter in the new isel and renamed ornot to eqv git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25360 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b5f6e2520e
commit
84b26b600d
@ -1,5 +1,5 @@
|
||||
; Make sure this testcase codegens to the ornot instruction
|
||||
; RUN: llvm-as < %s | llc -march=alpha | grep 'ornot'
|
||||
; RUN: llvm-as < %s | llc -march=alpha | grep 'eqv'
|
||||
|
||||
implementation ; Functions:
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
; RUN: llvm-as < %s | llc -march=alpha | grep rpcc
|
||||
; XFAIL: *
|
||||
|
||||
declare ulong %llvm.readcyclecounter()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user