Commit 5f407e57 by Andrew Pinski Committed by Andrew Pinski

aarch64.c (thunderx2t99_addrcost_table): Improve cost table.

2017-01-23  Andrew Pinski  <apinski@cavium.com>

        * config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve
        cost table.

From-SVN: r244851
parent 75f92127
2017-01-23 Andrew Pinski <apinski@cavium.com>
* config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve
cost table.
2017-01-23 Martin Sebor <msebor@redhat.com> 2017-01-23 Martin Sebor <msebor@redhat.com>
PR middle-end/78703 PR middle-end/78703
......
...@@ -273,9 +273,9 @@ static const struct cpu_addrcost_table qdf24xx_addrcost_table = ...@@ -273,9 +273,9 @@ static const struct cpu_addrcost_table qdf24xx_addrcost_table =
static const struct cpu_addrcost_table thunderx2t99_addrcost_table = static const struct cpu_addrcost_table thunderx2t99_addrcost_table =
{ {
{ {
0, /* hi */ 1, /* hi */
0, /* si */ 1, /* si */
0, /* di */ 1, /* di */
2, /* ti */ 2, /* ti */
}, },
0, /* pre_modify */ 0, /* pre_modify */
......
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