aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2011-10-28 17:55:38 +0000
committerDan Gohman <gohman@apple.com>2011-10-28 17:55:38 +0000
commitbf923b815d6da97367e3eedab69230918bf128a3 (patch)
tree6fb86a463862e9d74f54447c8c14c67648832c2a /test/CodeGen/Thumb
parent82418ff4d1156dfd30d89a4874a365509a0798de (diff)
downloadexternal_llvm-bf923b815d6da97367e3eedab69230918bf128a3.zip
external_llvm-bf923b815d6da97367e3eedab69230918bf128a3.tar.gz
external_llvm-bf923b815d6da97367e3eedab69230918bf128a3.tar.bz2
Reapply r143177 and r143179 (reverting r143188), with scheduler
fixes: Use a separate register, instead of SP, as the calling-convention resource, to avoid spurious conflicts with actual uses of SP. Also, fix unscheduling of calling sequences, which can be triggered by pseudo-two-address dependencies. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143206 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb')
-rw-r--r--test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll b/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll
index 2890c22..ed55bb5 100644
--- a/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll
+++ b/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll
@@ -1,11 +1,7 @@
-; DISABLED: llc -mtriple=thumbv6-apple-darwin < %s
-; RUN: false
+; RUN: llc -mtriple=thumbv6-apple-darwin < %s
; 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"