summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2014-05-28 15:33:19 +0000
committerHal Finkel <hfinkel@anl.gov>2014-05-28 15:33:19 +0000
commit9b7716192728fbdd8ae2ba9a13dcd65d7fe6509f (patch)
treec5c1d1a9ce5a28be57eb109818abbc9306d6a199 /test
parente8075c6877d1f2e1be6c2646135912406616249c (diff)
downloadllvm-9b7716192728fbdd8ae2ba9a13dcd65d7fe6509f.tar.gz
llvm-9b7716192728fbdd8ae2ba9a13dcd65d7fe6509f.tar.bz2
llvm-9b7716192728fbdd8ae2ba9a13dcd65d7fe6509f.tar.xz
Revert "[DAGCombiner] Split up an indexed load if only the base pointer value is live"
This reverts r208640 (I've just XFAILed the test) because it broke ppc64/Linux self-hosting. Because nearly every regression test triggers a segfault, I hope this will be easy to fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209747 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/AArch64/arm64-dagcombiner-dead-indexed-load.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/AArch64/arm64-dagcombiner-dead-indexed-load.ll b/test/CodeGen/AArch64/arm64-dagcombiner-dead-indexed-load.ll
index 2cf0135732..6eed48bf62 100644
--- a/test/CodeGen/AArch64/arm64-dagcombiner-dead-indexed-load.ll
+++ b/test/CodeGen/AArch64/arm64-dagcombiner-dead-indexed-load.ll
@@ -1,5 +1,8 @@
; RUN: llc -mcpu=cyclone < %s | FileCheck %s
+; r208640 broke ppc64/Linux self-hosting; xfailing while this is worked on.
+; XFAIL: *
+
target datalayout = "e-i64:64-n32:64-S128"
target triple = "arm64-apple-ios"