1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

The ARM jit cannot handle these tests as of 2010-10-27.

(A PR will be linked to this rev.)

llvm-svn: 117620
This commit is contained in:
Andrew Trick 2010-10-29 00:23:43 +00:00
parent bf9c3c8947
commit e77cdffcf3
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
; XFAIL: arm
; 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

View File

@ -1,5 +1,6 @@
; RUN: llvm-as %s -o %t.bc
; 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) {
%V = load i8* %P ; <i8> [#uses=1]