diff options
author | Andrew Trick <atrick@apple.com> | 2010-10-29 00:23:43 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2010-10-29 00:23:43 +0000 |
commit | 7b78824fdb85d129860790da308fb876959b4076 (patch) | |
tree | af8e113b458759576cdd17405ba3cdf520fe68cc | |
parent | 4d7f9a00a58c391f3e1235a9d9c28fd20d1405f5 (diff) |
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
-rw-r--r-- | test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll | 1 | ||||
-rw-r--r-- | test/ExecutionEngine/test-loadstore.ll | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll b/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll index b165a1cf30..44741dc7a0 100644 --- a/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll +++ b/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll @@ -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 diff --git a/test/ExecutionEngine/test-loadstore.ll b/test/ExecutionEngine/test-loadstore.ll index ba0f0baf8d..1cf0dee118 100644 --- a/test/ExecutionEngine/test-loadstore.ll +++ b/test/ExecutionEngine/test-loadstore.ll @@ -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] |