diff options
| author | Hal Finkel <hfinkel@anl.gov> | 2014-05-28 15:33:19 +0000 |
|---|---|---|
| committer | Hal Finkel <hfinkel@anl.gov> | 2014-05-28 15:33:19 +0000 |
| commit | 2c77fe59d9c1ab15b2032db2db932ce54774b3a9 (patch) | |
| tree | 57fbdbec6814c587fd532b965306a2aeb5821bd0 /llvm/test/CodeGen | |
| parent | 085b57941f0726d914ca3cfa0dd733cad7953238 (diff) | |
| download | bcm5719-llvm-2c77fe59d9c1ab15b2032db2db932ce54774b3a9.tar.gz bcm5719-llvm-2c77fe59d9c1ab15b2032db2db932ce54774b3a9.zip | |
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.
llvm-svn: 209747
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/arm64-dagcombiner-dead-indexed-load.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-dagcombiner-dead-indexed-load.ll b/llvm/test/CodeGen/AArch64/arm64-dagcombiner-dead-indexed-load.ll index 2cf01357324..6eed48bf62e 100644 --- a/llvm/test/CodeGen/AArch64/arm64-dagcombiner-dead-indexed-load.ll +++ b/llvm/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" |

