From: Andrew Pinski Date: Tue, 24 Jan 2017 02:17:33 +0000 (+0000) Subject: aarch64.c (thunderx2t99_addrcost_table): Improve cost table. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5f407e5751b1673b5e9604ea5ffe693aa17b47ca;p=gcc.git aarch64.c (thunderx2t99_addrcost_table): Improve cost table. 2017-01-23 Andrew Pinski * config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve cost table. From-SVN: r244851 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index aa0f4f3477a..1ec127c160b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-01-23 Andrew Pinski + + * config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve + cost table. + 2017-01-23 Martin Sebor PR middle-end/78703 diff --git a/gcc/config/aarch64/aarch64.c b/gcc/config/aarch64/aarch64.c index 4607a3501e4..f343d92f9f5 100644 --- a/gcc/config/aarch64/aarch64.c +++ b/gcc/config/aarch64/aarch64.c @@ -273,9 +273,9 @@ static const struct cpu_addrcost_table qdf24xx_addrcost_table = static const struct cpu_addrcost_table thunderx2t99_addrcost_table = { { - 0, /* hi */ - 0, /* si */ - 0, /* di */ + 1, /* hi */ + 1, /* si */ + 1, /* di */ 2, /* ti */ }, 0, /* pre_modify */