From: Andrew MacLeod Date: Wed, 3 Nov 2021 01:26:44 +0000 (-0400) Subject: Switch vrp2 to ranger. X-Git-Tag: basepoints/gcc-13~3442 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=502ffb1f389011b28ee51815242c7397790802d5;p=thirdparty%2Fgcc.git Switch vrp2 to ranger. This patch flips the default for the VRP2 pass to execute ranger vrp rather than the assert_expr version of VRP. * params.opt (param_vrp2_mode): Make ranger the default for VRP2. --- diff --git a/gcc/params.opt b/gcc/params.opt index 8c5948f7a84d..6096854aa786 100644 --- a/gcc/params.opt +++ b/gcc/params.opt @@ -1156,7 +1156,7 @@ Common Joined Var(param_vrp1_mode) Enum(vrp_mode) Init(VRP_MODE_VRP) Param Optim --param=vrp1-mode=[vrp|ranger] Specifies the mode VRP1 should operate in. -param=vrp2-mode= -Common Joined Var(param_vrp2_mode) Enum(vrp_mode) Init(VRP_MODE_VRP) Param Optimization +Common Joined Var(param_vrp2_mode) Enum(vrp_mode) Init(VRP_MODE_RANGER) Param Optimization --param=vrp2-mode=[vrp|ranger] Specifies the mode VRP2 should operate in. Enum