Hi! On Mon, Jul 01, 2024 at 02:17:33PM +0800, Kewen.Lin wrote: > * config/rs6000/rs6000-builtins.def: Update some bif expanders by > replacing orc<mode>3 with iorc<mode>3. > * config/rs6000/rs6000-string.cc (expand_cmp_vec_sequence): Update gen > function by replacing orc<mode>3 with iorc<mode>3. > * config/rs6000/rs6000.md (orc<mode>3): Rename to ... > (iorc<mode>3): ... this.
Okido. Okay for trunk and all backports you may want, thanks! (For the rs6000 parts ofc). The name for the instruction patterns was the instruction mnemonic used, but now it becomes the general RTL name for it. That is fine, that is what we do in many other places already. It is clear what is meant no matter what :-) Segher