Hi Mike,

On 12/12/25 3:58 am, Michael Meissner wrote:
> diff --git a/gcc/config/rs6000/rs6000-opts.h b/gcc/config/rs6000/rs6000-opts.h
> index c31d2975f04..e13ba2ba527 100644
> --- a/gcc/config/rs6000/rs6000-opts.h
> +++ b/gcc/config/rs6000/rs6000-opts.h
> @@ -71,6 +71,8 @@ enum processor_type
>     PROCESSOR_TITAN
>  };
>  
> +/* For now, just use power11 as the base processor for -mcpu=future.  */

Please change the above comment to:
Make -mtune=future use the same tuning decisions as -mtune=power11

> diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
> index b89fbf8dbbc..e1e55979696 100644
> --- a/gcc/doc/invoke.texi
> +++ b/gcc/doc/invoke.texi
> @@ -32462,7 +32462,7 @@ Supported values for @var{cpu_type} are @samp{401}, 
> @samp{403},
>  @samp{titan}, @samp{power3}, @samp{power4}, @samp{power5}, @samp{power5+},
>  @samp{power6}, @samp{power6x}, @samp{power7}, @samp{power8},
>  @samp{power9}, @samp{power10}, @samp{power11}, @samp{powerpc}, 
> @samp{powerpc64},
> -@samp{powerpc64le}, @samp{rs64}, and @samp{native}.
> +@samp{powerpc64le}, @samp{rs64}, @samp{future}, and @samp{native}.

Please place 'future' after 'power11'.
My bad for not providing these comments earlier.

With the above changes, the patch looks fine to me. Segher will have to approve 
it
before upstreaming.

Regards,
Surya


Reply via email to