]> git.ipfire.org Git - thirdparty/gcc.git/commit
rs6000: Replace orc with iorc [PR115659]
authorKewen Lin <linkw@linux.ibm.com>
Mon, 8 Jul 2024 05:15:00 +0000 (00:15 -0500)
committerKewen Lin <linkw@gcc.gnu.org>
Mon, 8 Jul 2024 05:15:00 +0000 (00:15 -0500)
commit6425dae07aa4be58abade03455c2d9744f73d4e1
tree9eaaf987624817476a9a2fa2ec1cea512497a312
parentf379596e0ba99df249d6e8b3f2e66edfcea916fe
rs6000: Replace orc with iorc [PR115659]

Since iorc optab is introduced, this patch is to update the
expander names and all the related uses like bif expanders,
gen functions accordingly.

PR tree-optimization/115659

gcc/ChangeLog:

* 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.
gcc/config/rs6000/rs6000-builtins.def
gcc/config/rs6000/rs6000-string.cc
gcc/config/rs6000/rs6000.md