From 205d7111334700a3e23265df16340457e7d75db7 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 5 Jan 2017 16:48:41 +0100 Subject: [PATCH] common.opt (fvect-cost-model): Remove RejectNegative flag... * common.opt (fvect-cost-model): Remove RejectNegative flag, use 3 argument Alias with unlimited for the negative form. (fno-vect-cost-model): Removed. From-SVN: r244106 --- gcc/ChangeLog | 6 ++++++ gcc/common.opt | 6 +----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 62884e82ebe..37db33c2fd7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2017-01-05 Jakub Jelinek + + * common.opt (fvect-cost-model): Remove RejectNegative flag, use + 3 argument Alias with unlimited for the negative form. + (fno-vect-cost-model): Removed. + 2017-01-05 Martin Liska * hsa-gen.c (gen_hsa_divmod): New function. diff --git a/gcc/common.opt b/gcc/common.opt index 9e751bda6be..a18e27d33f1 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -2706,13 +2706,9 @@ EnumValue Enum(vect_cost_model) String(cheap) Value(VECT_COST_MODEL_CHEAP) fvect-cost-model -Common RejectNegative Alias(fvect-cost-model=,dynamic) +Common Alias(fvect-cost-model=,dynamic,unlimited) Enables the dynamic vectorizer cost model. Preserved for backward compatibility. -fno-vect-cost-model -Common RejectNegative Alias(fvect-cost-model=,unlimited) -Enables the unlimited vectorizer cost model. Preserved for backward compatibility. - ftree-vect-loop-version Common Ignore Does nothing. Preserved for backward compatibility. -- 2.30.2