diff options
Diffstat (limited to 'test/ExecutionEngine/MCJIT')
-rw-r--r-- | test/ExecutionEngine/MCJIT/2003-05-11-PHIRegAllocBug.ll | 2 | ||||
-rw-r--r-- | test/ExecutionEngine/MCJIT/2003-06-04-bzip2-bug.ll | 2 | ||||
-rw-r--r-- | test/ExecutionEngine/MCJIT/2003-06-05-PHIBug.ll | 2 | ||||
-rw-r--r-- | test/ExecutionEngine/MCJIT/2010-01-15-UndefValue.ll | 8 | ||||
-rw-r--r-- | test/ExecutionEngine/MCJIT/eh-lg-pic.ll | 2 | ||||
-rw-r--r-- | test/ExecutionEngine/MCJIT/eh-sm-pic.ll | 2 | ||||
-rw-r--r-- | test/ExecutionEngine/MCJIT/eh.ll | 2 | ||||
-rw-r--r-- | test/ExecutionEngine/MCJIT/multi-module-eh-a.ll | 2 | ||||
-rw-r--r-- | test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll | 25 |
9 files changed, 4 insertions, 43 deletions
diff --git a/test/ExecutionEngine/MCJIT/2003-05-11-PHIRegAllocBug.ll b/test/ExecutionEngine/MCJIT/2003-05-11-PHIRegAllocBug.ll index 45279ad..2f9b143 100644 --- a/test/ExecutionEngine/MCJIT/2003-05-11-PHIRegAllocBug.ll +++ b/test/ExecutionEngine/MCJIT/2003-05-11-PHIRegAllocBug.ll @@ -1,7 +1,5 @@ ; RUN: %lli %s > /dev/null -target datalayout = "e-p:32:32" - define i32 @main() { entry: br label %endif diff --git a/test/ExecutionEngine/MCJIT/2003-06-04-bzip2-bug.ll b/test/ExecutionEngine/MCJIT/2003-06-04-bzip2-bug.ll index 4342aa4..3a25789 100644 --- a/test/ExecutionEngine/MCJIT/2003-06-04-bzip2-bug.ll +++ b/test/ExecutionEngine/MCJIT/2003-06-04-bzip2-bug.ll @@ -2,8 +2,6 @@ ; Testcase distilled from 256.bzip2. -target datalayout = "e-p:32:32" - define i32 @main() { entry: br label %loopentry.0 diff --git a/test/ExecutionEngine/MCJIT/2003-06-05-PHIBug.ll b/test/ExecutionEngine/MCJIT/2003-06-05-PHIBug.ll index 03b66c4..8a62e06 100644 --- a/test/ExecutionEngine/MCJIT/2003-06-05-PHIBug.ll +++ b/test/ExecutionEngine/MCJIT/2003-06-05-PHIBug.ll @@ -2,8 +2,6 @@ ; Testcase distilled from 256.bzip2. -target datalayout = "e-p:32:32" - define i32 @main() { entry: %X = add i32 1, -1 ; <i32> [#uses=3] diff --git a/test/ExecutionEngine/MCJIT/2010-01-15-UndefValue.ll b/test/ExecutionEngine/MCJIT/2010-01-15-UndefValue.ll deleted file mode 100644 index 8bf03de..0000000 --- a/test/ExecutionEngine/MCJIT/2010-01-15-UndefValue.ll +++ /dev/null @@ -1,8 +0,0 @@ -; RUN: %lli -force-interpreter=true %s > /dev/null - -define i32 @main() { - %a = add i32 0, undef - %b = fadd float 0.0, undef - %c = fadd double 0.0, undef - ret i32 0 -} diff --git a/test/ExecutionEngine/MCJIT/eh-lg-pic.ll b/test/ExecutionEngine/MCJIT/eh-lg-pic.ll index bd097f2..9277ec4 100644 --- a/test/ExecutionEngine/MCJIT/eh-lg-pic.ll +++ b/test/ExecutionEngine/MCJIT/eh-lg-pic.ll @@ -1,5 +1,5 @@ ; RUN: %lli -relocation-model=pic -code-model=large %s -; XFAIL: cygwin, win32, mingw, mips, i686, i386, aarch64, arm +; XFAIL: cygwin, win32, mingw, mips, i686, i386, aarch64, arm, asan, msan declare i8* @__cxa_allocate_exception(i64) declare void @__cxa_throw(i8*, i8*, i8*) declare i32 @__gxx_personality_v0(...) diff --git a/test/ExecutionEngine/MCJIT/eh-sm-pic.ll b/test/ExecutionEngine/MCJIT/eh-sm-pic.ll index f3e61dc..37fb628 100644 --- a/test/ExecutionEngine/MCJIT/eh-sm-pic.ll +++ b/test/ExecutionEngine/MCJIT/eh-sm-pic.ll @@ -1,5 +1,5 @@ ; RUN: %lli -relocation-model=pic -code-model=small %s -; XFAIL: cygwin, win32, mingw, mips, i686, i386, darwin, aarch64, arm +; XFAIL: cygwin, win32, mingw, mips, i686, i386, darwin, aarch64, arm, asan, msan declare i8* @__cxa_allocate_exception(i64) declare void @__cxa_throw(i8*, i8*, i8*) declare i32 @__gxx_personality_v0(...) diff --git a/test/ExecutionEngine/MCJIT/eh.ll b/test/ExecutionEngine/MCJIT/eh.ll index aa81bb5..9f73e3a 100644 --- a/test/ExecutionEngine/MCJIT/eh.ll +++ b/test/ExecutionEngine/MCJIT/eh.ll @@ -1,5 +1,5 @@ ; RUN: %lli %s -; XFAIL: arm, cygwin, win32, mingw +; XFAIL: arm, cygwin, win32, mingw, asan, msan declare i8* @__cxa_allocate_exception(i64) declare void @__cxa_throw(i8*, i8*, i8*) declare i32 @__gxx_personality_v0(...) diff --git a/test/ExecutionEngine/MCJIT/multi-module-eh-a.ll b/test/ExecutionEngine/MCJIT/multi-module-eh-a.ll index 10cfdcd..8626626 100644 --- a/test/ExecutionEngine/MCJIT/multi-module-eh-a.ll +++ b/test/ExecutionEngine/MCJIT/multi-module-eh-a.ll @@ -1,5 +1,5 @@ ; RUN: %lli -extra-module=%p/Inputs/multi-module-eh-b.ll %s -; XFAIL: arm, cygwin, win32, mingw +; XFAIL: arm, cygwin, win32, mingw, asan, msan declare i8* @__cxa_allocate_exception(i64) declare void @__cxa_throw(i8*, i8*, i8*) declare i32 @__gxx_personality_v0(...) diff --git a/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll b/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll deleted file mode 100644 index 03de30a..0000000 --- a/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll +++ /dev/null @@ -1,25 +0,0 @@ -; RUN: %lli -code-model=small %s > /dev/null -; XFAIL: mips -; -; FIXME: Merge this file with non-extern-addend.ll once AArch64 supports PC-rel -; relocations in ELF. (The code is identical, only the run line differs). -; -define i32 @foo(i32 %x, i32 %y, double %d) { -entry: - %d.int64 = bitcast double %d to i64 - %d.top64 = lshr i64 %d.int64, 32 - %d.top = trunc i64 %d.top64 to i32 - %d.bottom = trunc i64 %d.int64 to i32 - %topCorrect = icmp eq i32 %d.top, 3735928559 - %bottomCorrect = icmp eq i32 %d.bottom, 4277009102 - %right = and i1 %topCorrect, %bottomCorrect - %nRight = xor i1 %right, true - %retVal = zext i1 %nRight to i32 - ret i32 %retVal -} - -define i32 @main() { -entry: - %call = call i32 @foo(i32 0, i32 1, double 0xDEADBEEFFEEDFACE) - ret i32 %call -} |