]> git.ipfire.org Git - thirdparty/gcc.git/commit
LoongArch: Fix PR122097 (2).
authorLulu Cheng <chenglulu@loongson.cn>
Mon, 3 Nov 2025 09:53:52 +0000 (17:53 +0800)
committerLulu Cheng <chenglulu@loongson.cn>
Sat, 8 Nov 2025 07:46:51 +0000 (15:46 +0800)
commite753fa38bb612a3bebe0fc596a44a104bbd2739b
tree95beb9bb7325917289c6e01e7fbbb578e69b456b
parentbc62a2fbabad0402e96640b834d7c8a9f64c11db
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.
gcc/config/loongarch/loongarch.cc