summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/stwu8.ll
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2012-06-04 02:21:00 +0000
committerHal Finkel <hfinkel@anl.gov>2012-06-04 02:21:00 +0000
commit77838f9ca974bda956f4a93c20bb4307cf0c470f (patch)
tree7132aa088bcd3babe7a63ffaab39ee5d48fabc78 /test/CodeGen/PowerPC/stwu8.ll
parent761cb0675676f894afa675148bd4e86dcfabd27f (diff)
downloadllvm-77838f9ca974bda956f4a93c20bb4307cf0c470f.tar.gz
llvm-77838f9ca974bda956f4a93c20bb4307cf0c470f.tar.bz2
llvm-77838f9ca974bda956f4a93c20bb4307cf0c470f.tar.xz
Enable generating PPC pre-increment (r+imm) instructions by default.
It seems that this no longer causes test suite failures on PPC64 (after r157159), and often gives a performance benefit, so it can be enabled by default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157911 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/stwu8.ll')
-rw-r--r--test/CodeGen/PowerPC/stwu8.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/stwu8.ll b/test/CodeGen/PowerPC/stwu8.ll
index fabf7636ac..897bfc6d6c 100644
--- a/test/CodeGen/PowerPC/stwu8.ll
+++ b/test/CodeGen/PowerPC/stwu8.ll
@@ -1,4 +1,4 @@
-; RUN: llc -enable-ppc-preinc < %s | FileCheck %s
+; RUN: llc < %s | FileCheck %s
target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v128:128:128-n32:64"
target triple = "powerpc64-unknown-linux-gnu"