[Patch AArch64 obvious] Unify address costs to generic_addrcost_table
authorJames Greenhalgh <james.greenhalgh@arm.com>
Wed, 26 Jul 2017 17:40:39 +0000 (17:40 +0000)
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>
Wed, 26 Jul 2017 17:40:39 +0000 (17:40 +0000)
commita39d4348cdf4a5521710389143b93d9047e23a46
treeced9bb9fb59753b88c1c1e280566ce1f2fbb43b4
parent6cad8c86b86637e9987a02cf84bddb1e8e397319
[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.

From-SVN: r250585
gcc/ChangeLog
gcc/config/aarch64/aarch64.c