diff options
author | Carl Love <cel@us.ibm.com> | 2021-06-10 17:36:25 -0500 |
---|---|---|
committer | Carl Love <cel@us.ibm.com> | 2021-06-15 10:43:33 -0500 |
commit | 913b13fcb1dceea0e57a04cb77b11097b132cbf6 (patch) | |
tree | 535909e768f1e3af6c6b8916397ad67a97d2aa9f /gcc/builtins.c | |
parent | 1de31913d20a467b78904c0e96efd5fbd6facd2c (diff) | |
download | gcc-913b13fcb1dceea0e57a04cb77b11097b132cbf6.zip gcc-913b13fcb1dceea0e57a04cb77b11097b132cbf6.tar.gz gcc-913b13fcb1dceea0e57a04cb77b11097b132cbf6.tar.bz2 |
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.
Diffstat (limited to 'gcc/builtins.c')
0 files changed, 0 insertions, 0 deletions