Re: [pushed][PATCH] LoongArch: Fix ICE caused by illegal calls to builtin functions [PR118561].

2025-02-06 Thread Lulu Cheng
Pushed to r14-11275 and r15-7386. 在 2025/1/23 上午11:44, Lulu Cheng 写道: PR target/118561 gcc/ChangeLog: * config/loongarch/loongarch-builtins.cc (loongarch_expand_builtin_lsx_test_branch): NULL_RTX will not be returned when an error is detected. (loongarch

[PATCH] LoongArch: Fix ICE caused by illegal calls to builtin functions [PR118561].

2025-01-22 Thread Lulu Cheng
PR target/118561 gcc/ChangeLog: * config/loongarch/loongarch-builtins.cc (loongarch_expand_builtin_lsx_test_branch): NULL_RTX will not be returned when an error is detected. (loongarch_expand_builtin): Likewise. gcc/testsuite/ChangeLog: * gcc.targ