[llvm-commits] [llvm] r117620 - in /llvm/trunk/test/ExecutionEngine: 2003-08-23-RegisterAllocatePhysReg.ll test-loadstore.ll
Andrew Trick
atrick at apple.com
Thu Oct 28 17:23:43 PDT 2010
Author: atrick
Date: Thu Oct 28 19:23:43 2010
New Revision: 117620
URL: http://llvm.org/viewvc/llvm-project?rev=117620&view=rev
Log:
The ARM jit cannot handle these tests as of 2010-10-27.
(A PR will be linked to this rev.)
Modified:
llvm/trunk/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
llvm/trunk/test/ExecutionEngine/test-loadstore.ll
Modified: llvm/trunk/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll?rev=117620&r1=117619&r2=117620&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll Thu Oct 28 19:23:43 2010
@@ -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
Modified: llvm/trunk/test/ExecutionEngine/test-loadstore.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/test-loadstore.ll?rev=117620&r1=117619&r2=117620&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/test-loadstore.ll (original)
+++ llvm/trunk/test/ExecutionEngine/test-loadstore.ll Thu Oct 28 19:23:43 2010
@@ -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]
More information about the llvm-commits
mailing list