aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2011-09-01 23:07:08 +0000
committerDan Gohman <gohman@apple.com>2011-09-01 23:07:08 +0000
commit6b13cd415493187b4c597fc1a60fae314067cdb2 (patch)
tree7f8c192df24bf63bad67ef8f15b05f8a1f651da4 /test/CodeGen/Thumb
parent36a16015ac108e2f0dd2d6d96a6d364bc74c50d7 (diff)
downloadexternal_llvm-6b13cd415493187b4c597fc1a60fae314067cdb2.zip
external_llvm-6b13cd415493187b4c597fc1a60fae314067cdb2.tar.gz
external_llvm-6b13cd415493187b4c597fc1a60fae314067cdb2.tar.bz2
Revert r131152, r129796, r129761. This code is currently considered
to be unreliable on platforms which require memcpy calls, and it is complicating broader legalize cleanups. It is hoped that these cleanups will make memcpy byval easier to implement in the future. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138977 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb')
-rw-r--r--test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll b/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll
index ed55bb5..3c83948 100644
--- a/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll
+++ b/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"