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

--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by LuluCheng
<[email protected]>:

https://gcc.gnu.org/g:1dee644fec4defe7b16d7b5e0d512bfee7b2c79f

commit r14-12150-g1dee644fec4defe7b16d7b5e0d512bfee7b2c79f
Author: Lulu Cheng <[email protected]>
Date:   Mon Nov 3 17:53:52 2025 +0800

    LoongArch: Fix PR122097 (2).

    r16-4703 does not completely fix PR122097.  Floating-point vectors
    were not processed in the function loongarch_const_vector_same_bytes_p.
    This patch will completely resolve this issue.

            PR target/122097

    gcc/ChangeLog:

            * config/loongarch/loongarch.cc
            (loongarch_const_vector_same_bytes_p): Add processing for
            floating-point vector data.

    (cherry picked from commit e753fa38bb612a3bebe0fc596a44a104bbd2739b)

Reply via email to