On Thu, Jul 16, 2026 at 10:16:30PM +0530, jeevitha wrote: > Hi All, > > The following patch has been bootstrapped and regtested on powerpc64le-linux. > > changes form v1: > * Moved the case 'W' below 'w'. > > Add a new %W print modifier to print_operand that prints the VSX > register number plus two. > > Some future Power instruction patterns require printing two VSX > registers corresponding to a __vector_pair operand. The existing > %x print modifier emits the first VSX register using VSX register > numbering. Add a new %W print modifier to emit the second VSX > register of the pair. > > 2025-07-16 Jeevitha Palanisamy <[email protected]> > Kishan Parmar <[email protected]> > > gcc/ > * config/rs6000/rs6000.cc (print_operand): Add the `%W` > print modifier to print the VSX register number plus two.
This is fine for the master branch and back port to GCC 16.x. -- Michael Meissner, IBM PO Box 98, Ayer, Massachusetts, USA, 01432 email: [email protected]
