https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101022

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Carl Love <ca...@gcc.gnu.org>:

https://gcc.gnu.org/g:913b13fcb1dceea0e57a04cb77b11097b132cbf6

commit r12-1483-g913b13fcb1dceea0e57a04cb77b11097b132cbf6
Author: Carl Love <c...@us.ibm.com>
Date:   Thu Jun 10 17:36:25 2021 -0500

    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  <c...@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.

Reply via email to