summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/ppc-shrink-wrapping.ll
diff options
context:
space:
mode:
authorKit Barton <kbarton@ca.ibm.com>2015-11-30 18:59:41 +0000
committerKit Barton <kbarton@ca.ibm.com>2015-11-30 18:59:41 +0000
commit56faeb049c0b274ed12267ef74aed60d290be60f (patch)
tree1aee455b7fa2f6b09472df860985acd8fa9e4886 /test/CodeGen/PowerPC/ppc-shrink-wrapping.ll
parente87f0932d94a1bb29c7d4792adf8742ca165c4ef (diff)
Enable shrink wrapping for PPC64
Re-enable shrink wrapping for PPC64 Little Endian. One minor modification to PPCFrameLowering::findScratchRegister was necessary to handle fall-thru blocks (blocks with no terminator) correctly. Tested with all LLVM test, clang tests, and the self-hosting build, with no problems found. PHabricator: http://reviews.llvm.org/D14778 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254314 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/ppc-shrink-wrapping.ll')
-rw-r--r--test/CodeGen/PowerPC/ppc-shrink-wrapping.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/ppc-shrink-wrapping.ll b/test/CodeGen/PowerPC/ppc-shrink-wrapping.ll
index a23888425bf..2da8e8d0984 100644
--- a/test/CodeGen/PowerPC/ppc-shrink-wrapping.ll
+++ b/test/CodeGen/PowerPC/ppc-shrink-wrapping.ll
@@ -1,6 +1,5 @@
; 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.