https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92046
--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> --- Author: rguenth Date: Thu Oct 10 14:02:25 2019 New Revision: 276807 URL: https://gcc.gnu.org/viewcvs?rev=276807&root=gcc&view=rev Log: 2019-10-10 Richard Biener <rguent...@suse.de> PR middle-end/92046 * opts.c (finish_options): Do not influence global --params from options that are adjustable per function. * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Apply --param adjustment based on active cost-model. * tree-ssa-phiopt.c (cond_if_else_store_replacement): Disable further store-sinking when vectorization or if-conversion are not enabled. Modified: trunk/gcc/ChangeLog trunk/gcc/opts.c trunk/gcc/tree-ssa-phiopt.c trunk/gcc/tree-vect-data-refs.c