On 7/19/23 11:46 AM, jeevitha via Gcc-patches wrote: > gcc/ > PR target/110411 > * config/rs6000/mma.md (define_insn_and_split movoo): Disallow > AltiVec address in movoo and movxo pattern.
No need to mention movxo here, since the next change covers movxo. And maybe better as "Disallow AltiVec address operands."? > (define_insn_and_split movxo): Likewise. Fine. > *config/rs6000/predicates.md (vsx_quad_dform_memory_operand):Remove ^ ^ Need a space in the two spots above. I cannot approve it, but it looks good to me with the above bits fixed. Peter