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

--- Comment #10 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by jeevitha <jeevi...@gcc.gnu.org>:

https://gcc.gnu.org/g:36a52cdc23383e51359630e566b62fa62011428d

commit r14-5006-g36a52cdc23383e51359630e566b62fa62011428d
Author: Jeevitha <jeevi...@linux.ibm.com>
Date:   Mon Oct 30 04:07:07 2023 -0500

    rs6000: Change bitwise xor to an equality operator [PR106907]

    PR106907 has a few warnings spotted from cppcheck. These warnings
    are related to the need of precedence clarification. Instead of using xor,
    it has been changed to equality check, which achieves the same result.
    Additionally, comment indentation has been fixed.

    2023-10-11  Jeevitha Palanisamy  <jeevi...@linux.ibm.com>

    gcc/
            PR target/106907
            * config/rs6000/rs6000.cc (altivec_expand_vec_perm_const): Change
bitwise
            xor to an equality and fix comment indentation.

Reply via email to