]> gcc.gnu.org Git - gcc.git/commit
Move XXEVAL from altivec.md to vsx.md.
authorMichael Meissner <meissner@linux.ibm.com>
Tue, 13 Apr 2021 19:52:39 +0000 (15:52 -0400)
committerMichael Meissner <meissner@linux.ibm.com>
Tue, 13 Apr 2021 19:52:39 +0000 (15:52 -0400)
commitbcfe3df4b38ac59b7dda498db21b64997b56fd39
tree6f0bf074e8c83803fdc51bb34b90f7578ddc5097
parent486e7fb16342388389adef0b15c27379b626cdf8
Move XXEVAL from altivec.md to vsx.md.

This patch moves the XXEVAL support from altivec.md to vsx.md.  Given
the instruction support all VSX registers, vsx.md is a more proper place
for this instruction.

gcc/
2021-04-13  Michael Meissner  <meissner@linux.ibm.com>

* config/rs6000/altivec.md (UNSPEC_XXEVAL): Move to vsx.md.
(xxeval): Move to vsx.md.
* config/rs6000/vsx.md (UNSPEC_XXEVAL): Move from altivec.md.
(xxeval): Move from altivec.md.
gcc/config/rs6000/altivec.md
gcc/config/rs6000/vsx.md
This page took 0.05753 seconds and 6 git commands to generate.