Re: [PATCH] MIPS: Adjust mips16e2 related tests for ifcvt costing changes

2023-07-04 Thread YunQiang Su via Gcc-patches
Jie Mei 于2023年7月4日周二 17:52写道: > > A mips16e2 related test fails after the ifcvt change. The mips16e2 > addition also causes a test for unrelated module to fail. > > This patch adjusts branch costs when running the two affected tests. > > These tests should not require the -mbranch-cost option, and

[PATCH] MIPS: Adjust mips16e2 related tests for ifcvt costing changes

2023-07-04 Thread Jie Mei
A mips16e2 related test fails after the ifcvt change. The mips16e2 addition also causes a test for unrelated module to fail. This patch adjusts branch costs when running the two affected tests. These tests should not require the -mbranch-cost option, and this issue needs to be addressed. gcc/tes