diff options
| author | Hal Finkel <hfinkel@anl.gov> | 2015-09-30 17:29:03 +0000 |
|---|---|---|
| committer | Hal Finkel <hfinkel@anl.gov> | 2015-09-30 17:29:03 +0000 |
| commit | 4c457758805e5090a842509e19860b08e024ed07 (patch) | |
| tree | f63a4577a9633e0ea0bee7213ae18332adf8100f /llvm/test/CodeGen/PowerPC/ppc-shrink-wrapping.ll | |
| parent | 91c49810f2a59c01d31c37531cf26a97ea14f7d1 (diff) | |
| download | bcm5719-llvm-4c457758805e5090a842509e19860b08e024ed07.tar.gz bcm5719-llvm-4c457758805e5090a842509e19860b08e024ed07.zip | |
[PowerPC] Disable shrink wrapping
Shrink wrapping is causing a self-hosting failure on PPC64/Linux. Disable for
now until the problem can be fixed.
llvm-svn: 248924
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ppc-shrink-wrapping.ll')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/ppc-shrink-wrapping.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc-shrink-wrapping.ll b/llvm/test/CodeGen/PowerPC/ppc-shrink-wrapping.ll index dac611f999b..9ce302d12c8 100644 --- a/llvm/test/CodeGen/PowerPC/ppc-shrink-wrapping.ll +++ b/llvm/test/CodeGen/PowerPC/ppc-shrink-wrapping.ll @@ -1,5 +1,6 @@ ; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -mcpu=pwr8 %s -o - | FileCheck %s --check-prefix=CHECK --check-prefix=ENABLE ; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu %s -o - -enable-shrink-wrap=false | FileCheck %s --check-prefix=CHECK --check-prefix=DISABLE +; XFAIL: * ; ; Note: Lots of tests use inline asm instead of regular calls. ; This allows to have a better control on what the allocation will do. |

