Fix for vcmpequt builtin
authorCarl Love <cel@us.ibm.com>
Thu, 10 Jun 2021 22:36:25 +0000 (17:36 -0500)
committerCarl Love <cel@us.ibm.com>
Tue, 15 Jun 2021 15:43:33 +0000 (10:43 -0500)
commit913b13fcb1dceea0e57a04cb77b11097b132cbf6
tree535909e768f1e3af6c6b8916397ad67a97d2aa9f
parent1de31913d20a467b78904c0e96efd5fbd6facd2c
Fix for vcmpequt builtin

The vcmpequt builtin define eqvv1ti3 points to the eqv define instruction
for the eqv instruction.  The vcmpequt builtin define should point to the
vector_eqv1ti instruction definition for the vcmpequq instruction.

2021-06-15  Carl Love  <cel@us.ibm.com>

gcc/ChangeLog
PR target/101022
* config/rs6000/rs6000-builtin.def (VCMPEQUT): Fix the ICODE for the
enum definition.
(VRLQ, VSLQ, VSRQ, VSRAQ): Remove unused BU_P10_OVERLOAD_2
definitions.
gcc/config/rs6000/rs6000-builtin.def