From 5c0bd159398f85757214f380b12fbf7bb7e2a8bc Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Wed, 11 Feb 2015 15:52:39 +0800 Subject: Cherry-pick: Increase PARAM_MAX_COMPLETELY_PEELED_INSNS when branch is costly Author: uros 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 --- gcc-4.9/gcc/config/i386/i386.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gcc-4.9/gcc/config') diff --git a/gcc-4.9/gcc/config/i386/i386.c b/gcc-4.9/gcc/config/i386/i386.c index 7226ee016..fcd5f0dd1 100644 --- a/gcc-4.9/gcc/config/i386/i386.c +++ b/gcc-4.9/gcc/config/i386/i386.c @@ -4050,12 +4050,6 @@ ix86_option_override_internal (bool main_args_p, opts->x_param_values, opts_set->x_param_values); - /* Increase full peel max insns parameter for x86. */ - maybe_set_param_value (PARAM_MAX_COMPLETELY_PEELED_INSNS, - 200, - opts->x_param_values, - opts_set->x_param_values); - /* Enable sw prefetching at -O3 for CPUS that prefetching is helpful. */ if (opts->x_flag_prefetch_loop_arrays < 0 && HAVE_prefetch -- cgit v1.2.3