On Mon, Jul 20, 2026 at 03:04:54AM -0500, Vijay Shankar wrote: > Hello, > > The following patch has been bootstrapped and regtested on powerpc64le-linux. > > Changes from v1: > -changed %Y to %W in movxo_dmf > > Thank you, > Vijay. > > Split the movxo pattern into DMF and non-DMF variants. > > Use DMF move instructions (dmxxinstdmr512, dmmr, and dmxxextfdmr512) > for accumulator/DMR moves while retaining the existing split for > non-DMR operands. > > 2026-07-15 Vijay Shankar <[email protected]> > > gcc/ChangeLog: > * config/rs6000/mma.md (*movxo): renamed to movxo_nodmf > (*movxo_nodmf): updated contraint to use wD and add !TARGET_DMF > (*movxo_dmf): New pattern to handle dmf insert/extract from vsx
This is ok for submission with %Y changed to %W like you did in the 2nd patch. Thanks for making that change. As I've said in other messages, I think the ChangeLog entry should be: 2026-07-15 Vijay Shankar <[email protected]> gcc/ * config/rs6000/mma.md (*movxo): renamed to movxo_nodmf (*movxo_nodmf): updated contraint to use wD and add !TARGET_DMF (*movxo_dmf): New pattern to handle dmf insert/extract from vsx -- Michael Meissner, IBM PO Box 98, Ayer, Massachusetts, USA, 01432 email: [email protected]
