aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/params.def
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2015-02-11 15:52:39 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2015-02-11 15:54:09 +0800
commit5c0bd159398f85757214f380b12fbf7bb7e2a8bc (patch)
treecb1452edce8b4d159875d87162eb1ab330c5f9d8 /gcc-4.9/gcc/params.def
parent63fd708bd182b50b37b9f64fa330458c9109380a (diff)
downloadtoolchain_gcc-5c0bd159398f85757214f380b12fbf7bb7e2a8bc.tar.gz
toolchain_gcc-5c0bd159398f85757214f380b12fbf7bb7e2a8bc.tar.bz2
toolchain_gcc-5c0bd159398f85757214f380b12fbf7bb7e2a8bc.zip
Cherry-pick: Increase PARAM_MAX_COMPLETELY_PEELED_INSNS when branch is costly
Author: uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Sat Nov 22 19:02:12 2014 +0000 * params.def (PARAM_MAX_COMPLETELY_PEELED_INSNS): Increase to 200. * config/i386/i386.c (ix86_option_override_internal): Do not increase PARAM_MAX_COMPLETELY_PEELED_INSNS. Change-Id: I202e14a29f2436872910301efec863afdd4127e7
Diffstat (limited to 'gcc-4.9/gcc/params.def')
-rw-r--r--gcc-4.9/gcc/params.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.9/gcc/params.def b/gcc-4.9/gcc/params.def
index f59656933..f8d2a9cd1 100644
--- a/gcc-4.9/gcc/params.def
+++ b/gcc-4.9/gcc/params.def
@@ -338,7 +338,7 @@ DEFPARAM(PARAM_MAX_PEEL_BRANCHES,
DEFPARAM(PARAM_MAX_COMPLETELY_PEELED_INSNS,
"max-completely-peeled-insns",
"The maximum number of insns of a completely peeled loop",
- 100, 0, 0)
+ 200, 0, 0)
/* The default maximum number of insns of a peeled loop, with -O2. */
DEFPARAM(PARAM_MAX_DEFAULT_COMPLETELY_PEELED_INSNS,
"max-default-completely-peeled-insns",