Hi!

On Mon, Jun 01, 2020 at 04:01:52PM -0400, Michael Meissner wrote:
> This patch renames some functions that were added for power9 support that are
> named '_p9' to be '_hw'.  This is preparation for the next patch that wants to
> extend these functions for -mcpu=power support.

_hw means nothing.  Please come up with a more useful name?

> 
> 2020-06-01  Michael Meissner  <meiss...@linux.ibm.com>
> 
>       * config/rs6000/rs6000.c (rs6000_emit_hw_fp_minmax): Rename
>       rs6000_emit_p9_fp_minmax.

        (rs6000_emit_p9_fp_minmax): Rename to...
        (rs6000_emit_hw_fp_minmax): ... this.

>       (rs6000_emit_hw_fp_cmove): Rename rs6000_emit_p9_fp_cmove.
>       (rs6000_emit_cmove): Update calls to rs6000_emit_hw_fp_minmax and
>       rs6000_emit_hw_fp_cmove.

Just "Adjust." is fine :-)


Segher

Reply via email to