mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
The ARM jit cannot handle these tests as of 2010-10-27.
(A PR will be linked to this rev.) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117620 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4d7f9a00a5
commit
7b78824fdb
@ -1,5 +1,6 @@
|
|||||||
; RUN: llvm-as %s -o %t.bc
|
; RUN: llvm-as %s -o %t.bc
|
||||||
; RUN: lli %t.bc > /dev/null
|
; RUN: lli %t.bc > /dev/null
|
||||||
|
; XFAIL: arm
|
||||||
|
|
||||||
; This testcase exposes a bug in the local register allocator where it runs out
|
; This testcase exposes a bug in the local register allocator where it runs out
|
||||||
; of registers (due to too many overlapping live ranges), but then attempts to
|
; of registers (due to too many overlapping live ranges), but then attempts to
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
; RUN: llvm-as %s -o %t.bc
|
; RUN: llvm-as %s -o %t.bc
|
||||||
; RUN: lli %t.bc > /dev/null
|
; RUN: lli %t.bc > /dev/null
|
||||||
|
; XFAIL: arm
|
||||||
|
|
||||||
define void @test(i8* %P, i16* %P.upgrd.1, i32* %P.upgrd.2, i64* %P.upgrd.3) {
|
define void @test(i8* %P, i16* %P.upgrd.1, i32* %P.upgrd.2, i64* %P.upgrd.3) {
|
||||||
%V = load i8* %P ; <i8> [#uses=1]
|
%V = load i8* %P ; <i8> [#uses=1]
|
||||||
|
Loading…
Reference in New Issue
Block a user