mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
38a49b3cd9
commit
205d711133
|
|
@ -1,3 +1,9 @@
|
||||||
|
2017-01-05 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* 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 <mliska@suse.cz>
|
2017-01-05 Martin Liska <mliska@suse.cz>
|
||||||
|
|
||||||
* hsa-gen.c (gen_hsa_divmod): New function.
|
* hsa-gen.c (gen_hsa_divmod): New function.
|
||||||
|
|
|
||||||
|
|
@ -2706,13 +2706,9 @@ EnumValue
|
||||||
Enum(vect_cost_model) String(cheap) Value(VECT_COST_MODEL_CHEAP)
|
Enum(vect_cost_model) String(cheap) Value(VECT_COST_MODEL_CHEAP)
|
||||||
|
|
||||||
fvect-cost-model
|
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.
|
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
|
ftree-vect-loop-version
|
||||||
Common Ignore
|
Common Ignore
|
||||||
Does nothing. Preserved for backward compatibility.
|
Does nothing. Preserved for backward compatibility.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue