]> gcc.gnu.org Git - gcc.git/commit
Use vector pair load/store for memcpy with -mcpu=future
authorMichael Meissner <meissner@linux.ibm.com>
Tue, 19 Mar 2024 02:58:56 +0000 (22:58 -0400)
committerMichael Meissner <meissner@linux.ibm.com>
Wed, 20 Mar 2024 04:07:36 +0000 (00:07 -0400)
commit88cc50bad1cb1e15e719ebf000b87d9532fd29bd
treeb5153d70bd5e67b530141715c5f89462f38677e1
parent0024baaccb3953f143e8cc7fb6adc913bd5f9166
Use vector pair load/store for memcpy with -mcpu=future

In the development for the power10 processor, GCC did not enable using the load
vector pair and store vector pair instructions when optimizing things like
memory copy.  This patch enables using those instructions if -mcpu=future is
used.

2024-03-18  Michael Meissner  <meissner@linux.ibm.com>

gcc/

* config/rs6000/rs6000-cpus.def (ISA_FUTURE_MASKS_SERVER): Enable using
load vector pair and store vector pair instructions for memory copy
operations.
(POWERPC_MASKS): Make the bit for enabling using load vector pair and
store vector pair operations set and reset when the PowerPC processor is
changed.
gcc/config/rs6000/rs6000-cpus.def
This page took 0.056663 seconds and 5 git commands to generate.