From 5bb3bc9e4ba20f0f44c653ef5ae3f0b035b21324 Mon Sep 17 00:00:00 2001 From: Guo Jie Date: Tue, 4 Nov 2025 20:40:47 +0800 Subject: [PATCH] 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. --- 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 1e1e75f2a99..61d21a88681 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} } } */ -- 2.47.3