Skip to content
Snippets Groups Projects
Commit 8606ab34 authored by Soumya AR's avatar Soumya AR
Browse files

aarch64: Use generic_armv8_a_prefetch_tune in generic_armv8_a.h


generic_armv8_a.h defines generic_armv8_a_prefetch_tune but still uses
generic_prefetch_tune in generic_armv8_a_tunings.

This patch updates the pointer to generic_armv8_a_prefetch_tune.

This patch was bootstrapped and regtested on aarch64-linux-gnu, no regression.

Signed-off-by: default avatarSoumya AR <soumyaa@nvidia.com>

gcc/ChangeLog:

	* config/aarch64/tuning_models/generic_armv8_a.h: Updated prefetch
	struct pointer.
parent 6b8a8c9f
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ static const struct tune_params generic_armv8_a_tunings =
(AARCH64_EXTRA_TUNE_BASE
| AARCH64_EXTRA_TUNE_CSE_SVE_VL_CONSTANTS
| AARCH64_EXTRA_TUNE_MATCHED_VECTOR_THROUGHPUT), /* tune_flags. */
&generic_prefetch_tune,
&generic_armv8_a_prefetch_tune,
AARCH64_LDP_STP_POLICY_ALWAYS, /* ldp_policy_model. */
AARCH64_LDP_STP_POLICY_ALWAYS /* stp_policy_model. */
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment