diff options
author | Kewen Lin <linkw@linux.ibm.com> | 2021-05-10 21:34:36 -0500 |
---|---|---|
committer | Kewen Lin <linkw@linux.ibm.com> | 2021-05-11 00:09:07 -0500 |
commit | b084bfd43a8b72d8db8702ff9cb316482662cb90 (patch) | |
tree | debe3521a73e4153f967cab9a48c568918d0f6d8 /gcc/tree-vectorizer.h | |
parent | 6ab1176667734bd6de20833f8d263c03a418c452 (diff) | |
download | gcc-b084bfd43a8b72d8db8702ff9cb316482662cb90.zip gcc-b084bfd43a8b72d8db8702ff9cb316482662cb90.tar.gz gcc-b084bfd43a8b72d8db8702ff9cb316482662cb90.tar.bz2 |
rs6000: Move rs6000_vect_nonmem into target cost_data
This patch is to move rs6000_vect_nonmem (target cost_data
related information) into target cost_data struct.
As Richi pointed out, we can gather data from add_stmt_cost
invocations. This is one pre-step to centralize target
cost_data related stuffs.
gcc/ChangeLog:
* config/rs6000/rs6000.c (rs6000_vect_nonmem): Renamed to
vect_nonmem and moved into...
(struct rs6000_cost_data): ...here.
(rs6000_init_cost): Use vect_nonmem of cost_data instead.
(rs6000_add_stmt_cost): Likewise.
(rs6000_finish_cost): Likewise.
Diffstat (limited to 'gcc/tree-vectorizer.h')
0 files changed, 0 insertions, 0 deletions