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

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-13 branch has been updated by hongtao Liu
<liuho...@gcc.gnu.org>:

https://gcc.gnu.org/g:5e01a590aa719d235811c1549547f736de2b5190

commit r13-7430-g5e01a590aa719d235811c1549547f736de2b5190
Author: liuhongt <hongtao....@intel.com>
Date:   Mon Jun 5 12:38:41 2023 +0800

    Explicitly view_convert_expr mask to signed type when folding pblendvb
builtins.

    Since mask < 0 will be always false for vector char when
    -funsigned-char, but vpblendvb needs to check the most significant
    bit. The patch explicitly VCE to vector signed char.

    gcc/ChangeLog:

            PR target/110108
            * config/i386/i386.cc (ix86_gimple_fold_builtin): Explicitly
            view_convert_expr mask to signed type when folding pblendvb
            builtins.

    gcc/testsuite/ChangeLog:

            * gcc.target/i386/pr110108-2.c: New test.

Reply via email to