Jim's recent fixes 118600, 118587, 118513 have made these work.
authorDale Johannesen <dalej@apple.com>
Tue, 9 Nov 2010 23:43:34 +0000 (23:43 +0000)
committerDale Johannesen <dalej@apple.com>
Tue, 9 Nov 2010 23:43:34 +0000 (23:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118652 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
test/ExecutionEngine/test-loadstore.ll

index 44741dc7a03678c7cf60fa2a368bbc4b13107d9a..b165a1cf30e3b059ea0d7229071ec72d672191a9 100644 (file)
@@ -1,6 +1,5 @@
 ; 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
index 1cf0dee118526dcab53ba163a264df9356c5ec9e..ba0f0baf8d6df7d47f768e866e96f0d7e16d4804 100644 (file)
@@ -1,6 +1,5 @@
 ; 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]