diff options
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/ARM/2011-06-09-TailCallByVal.ll | 4 | ||||
-rw-r--r-- | llvm/test/CodeGen/Mips/cprestore.ll | 3 | ||||
-rw-r--r-- | llvm/test/CodeGen/Mips/largeimmprinting.ll | 3 | ||||
-rw-r--r-- | llvm/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll | 3 |
4 files changed, 13 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM/2011-06-09-TailCallByVal.ll b/llvm/test/CodeGen/ARM/2011-06-09-TailCallByVal.ll index 4db3acf6b42..3a2f2e9caa6 100644 --- a/llvm/test/CodeGen/ARM/2011-06-09-TailCallByVal.ll +++ b/llvm/test/CodeGen/ARM/2011-06-09-TailCallByVal.ll @@ -1,4 +1,8 @@ ; RUN: llc < %s -relocation-model=pic -mcpu=cortex-a8 -arm-tail-calls=1 | FileCheck %s + +; byval is currently unsupported. +; XFAIL: * + target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v64:32:64-v128:32:128-a0:0:32-n32" target triple = "thumbv7-apple-darwin10" diff --git a/llvm/test/CodeGen/Mips/cprestore.ll b/llvm/test/CodeGen/Mips/cprestore.ll index a275c8b7a55..64ffc60e845 100644 --- a/llvm/test/CodeGen/Mips/cprestore.ll +++ b/llvm/test/CodeGen/Mips/cprestore.ll @@ -1,5 +1,8 @@ ; RUN: llc -march=mipsel < %s | FileCheck %s +; byval is currently unsupported. +; XFAIL: * + ; CHECK: .set macro ; CHECK-NEXT: .cprestore ; CHECK-NEXT: .set nomacro diff --git a/llvm/test/CodeGen/Mips/largeimmprinting.ll b/llvm/test/CodeGen/Mips/largeimmprinting.ll index fcc20f79944..e6ebefa0353 100644 --- a/llvm/test/CodeGen/Mips/largeimmprinting.ll +++ b/llvm/test/CodeGen/Mips/largeimmprinting.ll @@ -1,5 +1,8 @@ ; RUN: llc -march=mipsel -mcpu=4ke < %s | FileCheck %s +; byval is currently unsupported. +; XFAIL: * + %struct.S1 = type { [65536 x i8] } @s1 = external global %struct.S1 diff --git a/llvm/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll b/llvm/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll index ed55bb5dcf8..3c83948a628 100644 --- a/llvm/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll +++ b/llvm/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll @@ -2,6 +2,9 @@ ; rdar://problem/9416774 ; ModuleID = 'reduced.ll' +; byval is currently unsupported. +; XFAIL: * + target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v64:32:64-v128:32:128-a0:0:32-n32" target triple = "thumbv7-apple-ios" |