]> gcc.gnu.org Git - gcc.git/commit
Use vector pair load/store for memcpy with -mcpu=future
authorMichael Meissner <meissner@linux.ibm.com>
Fri, 22 Mar 2024 04:22:20 +0000 (00:22 -0400)
committerMichael Meissner <meissner@linux.ibm.com>
Fri, 22 Mar 2024 04:22:20 +0000 (00:22 -0400)
commit385b09d7c32c2cb7a3d16f738e870d1d0bad6997
tree3da3d8aef8382ecbb71fa60a0a04842a11e562d1
parent90b5e76409a32556b7672139d6a2d031d0d5937e
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-22  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.056221 seconds and 5 git commands to generate.