mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-18 22:38:56 +00:00
this testcase is failing because pic16 doesn't define a reg/reg
xor pattern. I have no plans to fix this XFAIL. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97587 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
705443ffd3
commit
71b58d6c5e
@ -1,5 +1,7 @@
|
|||||||
;RUN: llc < %s -march=pic16
|
; RUN: llc < %s -march=pic16
|
||||||
; XFAIL: *
|
; XFAIL: *
|
||||||
|
; This fails because PIC16 doesn't define a (xor reg, reg) pattern.
|
||||||
|
;
|
||||||
|
|
||||||
@c612.auto.a.b = internal global i1 false ; <i1*> [#uses=2]
|
@c612.auto.a.b = internal global i1 false ; <i1*> [#uses=2]
|
||||||
@c612.auto.A.b = internal global i1 false ; <i1*> [#uses=2]
|
@c612.auto.A.b = internal global i1 false ; <i1*> [#uses=2]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user