]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Patch AArch64 obvious] Unify address costs to generic_addrcost_table
authorjgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Jul 2017 17:40:39 +0000 (17:40 +0000)
committerjgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Jul 2017 17:40:39 +0000 (17:40 +0000)
commitb11697e626d27059d144c7210021b22987627e77
treeced9bb9fb59753b88c1c1e280566ce1f2fbb43b4
parent36ded4e1309c1d44c9c87dfc2844e4ab8dab074f
[Patch AArch64 obvious] Unify address costs to generic_addrcost_table

The special case address cost tables for Cortex-A57 and qdf24xx are no
different from the generic address cost table. We should just use the
address cost table directly. If this changes in future, a core is welcome
to add new address cost tables.

gcc/

* config/aarch64/aarch64.c (cortexa57_addrcost_table): Remove.
(qdf24xx_addrcost_table): Likewise.
(cortexa57_tunings): Update to use generic_branch_cost.
(cortexa72_tunings): Likewise.
(cortexa73_tunings): Likewise.
(qdf24xx_tunings): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@250585 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/aarch64/aarch64.c