Hi! On Tue, May 16, 2023 at 11:45:28AM +0530, Ajit Agarwal wrote: > --- a/gcc/doc/invoke.texi > +++ b/gcc/doc/invoke.texi > @@ -12455,8 +12455,8 @@ Attempt to remove redundant extension instructions. > This is especially > helpful for the x86-64 architecture, which implicitly zero-extends in 64-bit > registers after writing to their lower 32-bit half. > > -Enabled for Alpha, AArch64 and x86 at levels @option{-O2}, > -@option{-O3}, @option{-Os}. > +Enabled for Alpha, AArch64, RS/6000, RISC-V, SPARC, h83000 and x86 at levels > +@option{-O2}, @option{-O3}, @option{-Os}.
Please don't mention RS/6000, we don't support that anymore. The architecture we do support is called Power or PowerPC; the target triplets are powerpc*-*-*. rs6000-*-* might still somewhat work, but no one should use it anymore, and we probably should delete it. Please say PowerPC here. With that the patch is okay for trunk. Thank you! Segher