Hi! On Wed, Jul 10, 2024 at 01:35:47PM -0400, Michael Meissner wrote: > * config/rs6000/power10.md (all reservations): Add power11 as an > alternative to power10.
That is not a great description of what is actually going on. Just "Add power11." would be better :-) Or "Add power11 behaving identically to power10." if you want to say that. > --- a/gcc/config/rs6000/power10.md > +++ b/gcc/config/rs6000/power10.md > @@ -1,4 +1,4 @@ > -;; Scheduling description for the IBM POWER10 processor. > +;; Scheduling description for the IBM POWER10 and POWER11 processors. The official names are Power10 and Power11 (only the P a capital). Okay for trunk with that fixed. Also okay for backport to 14. (After the usual burn-in period of course). Thanks! Segher