https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122097
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by LuluCheng <[email protected]>: https://gcc.gnu.org/g:e753fa38bb612a3bebe0fc596a44a104bbd2739b commit r16-5096-ge753fa38bb612a3bebe0fc596a44a104bbd2739b 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.
