https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121634
--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Xi Ruoyao <xry...@gcc.gnu.org>: https://gcc.gnu.org/g:64932714a0786c6ba164cff3468f633cc67b23f5 commit r16-3363-g64932714a0786c6ba164cff3468f633cc67b23f5 Author: Xi Ruoyao <xry...@xry111.site> Date: Fri Aug 22 21:00:53 2025 +0800 LoongArch: Fix ICE in highway-1.3.0 testsuite [PR121634] I can't believe I made such a stupid pasto and the regression test didn't detect anything wrong. PR target/121634 gcc/ * config/loongarch/simd.md (simd_maddw_evod_<mode>_<su>): Use WVEC_HALF instead of WVEC for the mode of the sign_extend for the rhs of multiplication. gcc/testsuite/ * gcc.target/loongarch/pr121634.c: New test.