mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Generated code for generic expansion of SETUGT etc.
is noticeably worse than previous PPC-specific code. Since the latter was also wrong in some cases and correctness is more important than efficiency, I'm disabling this test temporarily while I fix it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58876 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c4c7a6a3fb
commit
3dd42cfe12
@ -1,6 +1,7 @@
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | grep or | count 3
|
||||
; This should produce one 'or' or 'cror' instruction per function.
|
||||
|
||||
; XFAIL: *
|
||||
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | grep mfcr | count 3
|
||||
; PR2964
|
||||
|
Loading…
Reference in New Issue
Block a user