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
This commit is contained in:
parent
75f921278e
commit
5f407e5751
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
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>
|
||||
|
||||
PR middle-end/78703
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue