Commit 874ffe9e by Martin Liska Committed by Martin Liska

Fix typos in params.def.

2018-08-09  Martin Liska  <mliska@suse.cz>

	* params.def (PARAM_ALIGN_LOOP_ITERATIONS): Remove double dots
        at the end of a line, make first letter capital and end up
        a sentence with a dot.
	(PARAM_LOOP_INTERCHANGE_STRIDE_RATIO): Likewise.
	(PARAM_LOOP_BLOCK_TILE_SIZE): Likewise.
	(PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Likewise.
	(PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP): Likewise.
	(PARAM_MAX_ISL_OPERATIONS): Likewise.
	(PARAM_GRAPHITE_ALLOW_CODEGEN_ERRORS): Likewise.
	(PARAM_PROFILE_FUNC_INTERNAL_ID): Likewise.
	(PARAM_INDIR_CALL_TOPN_PROFILE): Likewise.
	(PARAM_SLP_MAX_INSNS_IN_BB): Likewise.
	(PARAM_IPA_CP_EVAL_THRESHOLD): Likewise.
	(PARAM_IPA_CP_RECURSION_PENALTY): Likewise.
	(PARAM_IPA_CP_SINGLE_CALL_PENALTY): Likewise.
	(PARAM_IPA_CP_LOOP_HINT_BONUS): Likewise.
	(PARAM_IPA_CP_ARRAY_INDEX_HINT_BONUS): Likewise.
	(PARAM_TREE_REASSOC_WIDTH): Likewise.
	(PARAM_HSA_GEN_DEBUG_STORES): Likewise.
	(PARAM_MAX_SPECULATIVE_DEVIRT_MAYDEFS): Likewise.
	(PARAM_MAX_VRP_SWITCH_ASSERTIONS): Likewise.

From-SVN: r263442
parent 0b06c9a6
2018-08-09 Martin Liska <mliska@suse.cz>
* params.def (PARAM_ALIGN_LOOP_ITERATIONS): Remove double dots
at the end of a line, make first letter capital and end up
a sentence with a dot.
(PARAM_LOOP_INTERCHANGE_STRIDE_RATIO): Likewise.
(PARAM_LOOP_BLOCK_TILE_SIZE): Likewise.
(PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Likewise.
(PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP): Likewise.
(PARAM_MAX_ISL_OPERATIONS): Likewise.
(PARAM_GRAPHITE_ALLOW_CODEGEN_ERRORS): Likewise.
(PARAM_PROFILE_FUNC_INTERNAL_ID): Likewise.
(PARAM_INDIR_CALL_TOPN_PROFILE): Likewise.
(PARAM_SLP_MAX_INSNS_IN_BB): Likewise.
(PARAM_IPA_CP_EVAL_THRESHOLD): Likewise.
(PARAM_IPA_CP_RECURSION_PENALTY): Likewise.
(PARAM_IPA_CP_SINGLE_CALL_PENALTY): Likewise.
(PARAM_IPA_CP_LOOP_HINT_BONUS): Likewise.
(PARAM_IPA_CP_ARRAY_INDEX_HINT_BONUS): Likewise.
(PARAM_TREE_REASSOC_WIDTH): Likewise.
(PARAM_HSA_GEN_DEBUG_STORES): Likewise.
(PARAM_MAX_SPECULATIVE_DEVIRT_MAYDEFS): Likewise.
(PARAM_MAX_VRP_SWITCH_ASSERTIONS): Likewise.
2018-08-09 Andreas Krebbel <krebbel@linux.ibm.com> 2018-08-09 Andreas Krebbel <krebbel@linux.ibm.com>
PR target/84332 PR target/84332
......
...@@ -415,8 +415,8 @@ DEFPARAM (PARAM_ALIGN_THRESHOLD, ...@@ -415,8 +415,8 @@ DEFPARAM (PARAM_ALIGN_THRESHOLD,
DEFPARAM (PARAM_ALIGN_LOOP_ITERATIONS, DEFPARAM (PARAM_ALIGN_LOOP_ITERATIONS,
"align-loop-iterations", "align-loop-iterations",
"Loops iterating at least selected number of iterations will get loop alignment..", "Loops iterating at least selected number of iterations will get "
4, 0, 0) "loop alignment.", 4, 0, 0)
/* For guessed profiles, the loops having unknown number of iterations /* For guessed profiles, the loops having unknown number of iterations
are predicted to iterate relatively few (10) times at average. are predicted to iterate relatively few (10) times at average.
...@@ -828,7 +828,7 @@ DEFPARAM (PARAM_LOOP_INTERCHANGE_MAX_NUM_STMTS, ...@@ -828,7 +828,7 @@ DEFPARAM (PARAM_LOOP_INTERCHANGE_MAX_NUM_STMTS,
DEFPARAM (PARAM_LOOP_INTERCHANGE_STRIDE_RATIO, DEFPARAM (PARAM_LOOP_INTERCHANGE_STRIDE_RATIO,
"loop-interchange-stride-ratio", "loop-interchange-stride-ratio",
"The minimum stride ratio for loop interchange to be profitable", "The minimum stride ratio for loop interchange to be profitable.",
2, 0, 0) 2, 0, 0)
/* Whether we should use canonical types rather than deep "structural" /* Whether we should use canonical types rather than deep "structural"
...@@ -906,32 +906,32 @@ DEFPARAM (PARAM_SWITCH_CONVERSION_BRANCH_RATIO, ...@@ -906,32 +906,32 @@ DEFPARAM (PARAM_SWITCH_CONVERSION_BRANCH_RATIO,
DEFPARAM (PARAM_LOOP_BLOCK_TILE_SIZE, DEFPARAM (PARAM_LOOP_BLOCK_TILE_SIZE,
"loop-block-tile-size", "loop-block-tile-size",
"size of tiles for loop blocking.", "Size of tiles for loop blocking.",
51, 0, 0) 51, 0, 0)
/* Maximal number of parameters that we allow in a SCoP. */ /* Maximal number of parameters that we allow in a SCoP. */
DEFPARAM (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS, DEFPARAM (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS,
"graphite-max-nb-scop-params", "graphite-max-nb-scop-params",
"maximum number of parameters in a SCoP.", "Maximum number of parameters in a SCoP.",
10, 0, 0) 10, 0, 0)
/* Maximal number of array references in a scop. */ /* Maximal number of array references in a scop. */
DEFPARAM (PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP, DEFPARAM (PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP,
"graphite-max-arrays-per-scop", "graphite-max-arrays-per-scop",
"maximum number of arrays per scop.", "Maximum number of arrays per scop.",
100, 0, 0) 100, 0, 0)
DEFPARAM (PARAM_MAX_ISL_OPERATIONS, DEFPARAM (PARAM_MAX_ISL_OPERATIONS,
"max-isl-operations", "max-isl-operations",
"maximum number of isl operations, 0 means unlimited", "Maximum number of isl operations, 0 means unlimited.",
350000, 0, 0) 350000, 0, 0)
/* For testsuite purposes allow to check for codegen error handling. */ /* For testsuite purposes allow to check for codegen error handling. */
DEFPARAM (PARAM_GRAPHITE_ALLOW_CODEGEN_ERRORS, DEFPARAM (PARAM_GRAPHITE_ALLOW_CODEGEN_ERRORS,
"graphite-allow-codegen-errors", "graphite-allow-codegen-errors",
"whether codegen errors should be ICEs when -fchecking.", "Whether codegen errors should be ICEs when -fchecking.",
0, 0, 1) 0, 0, 1)
/* Avoid data dependence analysis on very large loops. */ /* Avoid data dependence analysis on very large loops. */
...@@ -951,23 +951,23 @@ DEFPARAM (PARAM_LOOP_INVARIANT_MAX_BBS_IN_LOOP, ...@@ -951,23 +951,23 @@ DEFPARAM (PARAM_LOOP_INVARIANT_MAX_BBS_IN_LOOP,
to look up for profile data. Otherwise, use a more stable to look up for profile data. Otherwise, use a more stable
external id based on assembler name and source location. */ external id based on assembler name and source location. */
DEFPARAM (PARAM_PROFILE_FUNC_INTERNAL_ID, DEFPARAM (PARAM_PROFILE_FUNC_INTERNAL_ID,
"profile-func-internal-id", "profile-func-internal-id",
"use internal function id in profile lookup.", "Use internal function id in profile lookup.",
0, 0, 1) 0, 0, 1)
/* When the parameter is 1, track the most frequent N target /* When the parameter is 1, track the most frequent N target
addresses in indirect-call profile. This disables addresses in indirect-call profile. This disables
indirect_call_profiler_v2 which tracks single target. */ indirect_call_profiler_v2 which tracks single target. */
DEFPARAM (PARAM_INDIR_CALL_TOPN_PROFILE, DEFPARAM (PARAM_INDIR_CALL_TOPN_PROFILE,
"indir-call-topn-profile", "indir-call-topn-profile",
"track topn target addresses in indirect-call profile.", "Track top N target addresses in indirect-call profile.",
0, 0, 1) 0, 0, 1)
/* Avoid SLP vectorization of large basic blocks. */ /* Avoid SLP vectorization of large basic blocks. */
DEFPARAM (PARAM_SLP_MAX_INSNS_IN_BB, DEFPARAM (PARAM_SLP_MAX_INSNS_IN_BB,
"slp-max-insns-in-bb", "slp-max-insns-in-bb",
"Maximum number of instructions in basic block to be considered for SLP vectorization.", "Maximum number of instructions in basic block to be considered for "
1000, 0, 0) "SLP vectorization.", 1000, 0, 0)
DEFPARAM (PARAM_MIN_INSN_TO_PREFETCH_RATIO, DEFPARAM (PARAM_MIN_INSN_TO_PREFETCH_RATIO,
"min-insn-to-prefetch-ratio", "min-insn-to-prefetch-ratio",
...@@ -1053,19 +1053,19 @@ DEFPARAM (PARAM_IPA_CP_VALUE_LIST_SIZE, ...@@ -1053,19 +1053,19 @@ DEFPARAM (PARAM_IPA_CP_VALUE_LIST_SIZE,
DEFPARAM (PARAM_IPA_CP_EVAL_THRESHOLD, DEFPARAM (PARAM_IPA_CP_EVAL_THRESHOLD,
"ipa-cp-eval-threshold", "ipa-cp-eval-threshold",
"Threshold ipa-cp opportunity evaluation that is still considered " "Threshold ipa-cp opportunity evaluation that is still considered "
"beneficial to clone..", "beneficial to clone.",
500, 0, 0) 500, 0, 0)
DEFPARAM (PARAM_IPA_CP_RECURSION_PENALTY, DEFPARAM (PARAM_IPA_CP_RECURSION_PENALTY,
"ipa-cp-recursion-penalty", "ipa-cp-recursion-penalty",
"Percentage penalty the recursive functions will receive when they " "Percentage penalty the recursive functions will receive when they "
"are evaluated for cloning..", "are evaluated for cloning.",
40, 0, 100) 40, 0, 100)
DEFPARAM (PARAM_IPA_CP_SINGLE_CALL_PENALTY, DEFPARAM (PARAM_IPA_CP_SINGLE_CALL_PENALTY,
"ipa-cp-single-call-penalty", "ipa-cp-single-call-penalty",
"Percentage penalty functions containing a single call to another " "Percentage penalty functions containing a single call to another "
"function will receive when they are evaluated for cloning..", "function will receive when they are evaluated for cloning.",
15, 0, 100) 15, 0, 100)
DEFPARAM (PARAM_IPA_MAX_AGG_ITEMS, DEFPARAM (PARAM_IPA_MAX_AGG_ITEMS,
...@@ -1077,13 +1077,13 @@ DEFPARAM (PARAM_IPA_MAX_AGG_ITEMS, ...@@ -1077,13 +1077,13 @@ DEFPARAM (PARAM_IPA_MAX_AGG_ITEMS,
DEFPARAM (PARAM_IPA_CP_LOOP_HINT_BONUS, DEFPARAM (PARAM_IPA_CP_LOOP_HINT_BONUS,
"ipa-cp-loop-hint-bonus", "ipa-cp-loop-hint-bonus",
"Compile-time bonus IPA-CP assigns to candidates which make loop " "Compile-time bonus IPA-CP assigns to candidates which make loop "
"bounds or strides known..", "bounds or strides known.",
64, 0, 0) 64, 0, 0)
DEFPARAM (PARAM_IPA_CP_ARRAY_INDEX_HINT_BONUS, DEFPARAM (PARAM_IPA_CP_ARRAY_INDEX_HINT_BONUS,
"ipa-cp-array-index-hint-bonus", "ipa-cp-array-index-hint-bonus",
"Compile-time bonus IPA-CP assigns to candidates which make an array " "Compile-time bonus IPA-CP assigns to candidates which make an array "
"index known..", "index known.",
48, 0, 0) 48, 0, 0)
DEFPARAM (PARAM_IPA_MAX_AA_STEPS, DEFPARAM (PARAM_IPA_MAX_AA_STEPS,
...@@ -1143,7 +1143,7 @@ DEFPARAM (PARAM_ALLOW_STORE_DATA_RACES, ...@@ -1143,7 +1143,7 @@ DEFPARAM (PARAM_ALLOW_STORE_DATA_RACES,
DEFPARAM (PARAM_TREE_REASSOC_WIDTH, DEFPARAM (PARAM_TREE_REASSOC_WIDTH,
"tree-reassoc-width", "tree-reassoc-width",
"Set the maximum number of instructions executed in parallel in " "Set the maximum number of instructions executed in parallel in "
"reassociated tree. If 0, use the target dependent heuristic..", "reassociated tree. If 0, use the target dependent heuristic.",
0, 0, 0) 0, 0, 0)
DEFPARAM (PARAM_MAX_TAIL_MERGE_COMPARISONS, DEFPARAM (PARAM_MAX_TAIL_MERGE_COMPARISONS,
...@@ -1320,18 +1320,18 @@ DEFPARAM (PARAM_MAX_RTL_IF_CONVERSION_UNPREDICTABLE_COST, ...@@ -1320,18 +1320,18 @@ DEFPARAM (PARAM_MAX_RTL_IF_CONVERSION_UNPREDICTABLE_COST,
DEFPARAM (PARAM_HSA_GEN_DEBUG_STORES, DEFPARAM (PARAM_HSA_GEN_DEBUG_STORES,
"hsa-gen-debug-stores", "hsa-gen-debug-stores",
"Level of hsa debug stores verbosity", "Level of hsa debug stores verbosity.",
0, 0, 1) 0, 0, 1)
DEFPARAM (PARAM_MAX_SPECULATIVE_DEVIRT_MAYDEFS, DEFPARAM (PARAM_MAX_SPECULATIVE_DEVIRT_MAYDEFS,
"max-speculative-devirt-maydefs", "max-speculative-devirt-maydefs",
"Maximum number of may-defs visited when devirtualizing " "Maximum number of may-defs visited when devirtualizing "
"speculatively", 50, 0, 0) "speculatively.", 50, 0, 0)
DEFPARAM (PARAM_MAX_VRP_SWITCH_ASSERTIONS, DEFPARAM (PARAM_MAX_VRP_SWITCH_ASSERTIONS,
"max-vrp-switch-assertions", "max-vrp-switch-assertions",
"Maximum number of assertions to add along the default " "Maximum number of assertions to add along the default "
"edge of a switch statement during VRP", "edge of a switch statement during VRP.",
10, 0, 0) 10, 0, 0)
DEFPARAM (PARAM_VECT_EPILOGUES_NOMASK, DEFPARAM (PARAM_VECT_EPILOGUES_NOMASK,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment