[Bug target/122097] loongarch64 ICE: in loongarch_const_vector_bitimm_set_p, at config/loongarch/loongarch.cc:1729
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Nov 8 07:46:50 GMT 2025
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 <chenglulu@gcc.gnu.org>:
https://gcc.gnu.org/g:e753fa38bb612a3bebe0fc596a44a104bbd2739b
commit r16-5096-ge753fa38bb612a3bebe0fc596a44a104bbd2739b
Author: Lulu Cheng <chenglulu@loongson.cn>
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.
More information about the Gcc-bugs
mailing list