[PATCH] rs6000: Move rs6000_vect_nonmem into target cost_data
Segher Boessenkool
segher@kernel.crashing.org
Mon May 10 21:05:53 GMT 2021
Hi!
On Sat, May 08, 2021 at 04:19:34PM +0800, Kewen.Lin wrote:
> This patch is to move rs6000_vect_nonmem (target cost_data
> related information) into target cost_data struct.
> * 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.
This is okay for trunk. Thanks!
Segher
More information about the Gcc-patches
mailing list