https://gcc.gnu.org/g:5bb3bc9e4ba20f0f44c653ef5ae3f0b035b21324
commit r16-5037-g5bb3bc9e4ba20f0f44c653ef5ae3f0b035b21324 Author: Guo Jie <[email protected]> Date: Tue Nov 4 20:40:47 2025 +0800 LoongArch: testsuite: Adapt widen-mul-rtx-cost-signed.c for r16-4949 Commit r16-4949 optimize mulw.d.w + srli.d to mulh.w, so remove the check rule for mulw.d.w. gcc/testsuite/ChangeLog: * gcc.target/loongarch/widen-mul-rtx-cost-signed.c: Update. Diff: --- gcc/testsuite/gcc.target/loongarch/widen-mul-rtx-cost-signed.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/testsuite/gcc.target/loongarch/widen-mul-rtx-cost-signed.c b/gcc/testsuite/gcc.target/loongarch/widen-mul-rtx-cost-signed.c index 1e1e75f2a993..61d21a88681a 100644 --- a/gcc/testsuite/gcc.target/loongarch/widen-mul-rtx-cost-signed.c +++ b/gcc/testsuite/gcc.target/loongarch/widen-mul-rtx-cost-signed.c @@ -9,5 +9,4 @@ test (int a) return a / 3; } -/* { dg-final { scan-assembler {\tmulw.d.w\t} } } */ /* { dg-final { scan-assembler-not {\tdiv.w\t} } } */
