RE: [PATCH v1] RISC-V: Fix SAT_* dump check failure due to middle-end change.

2024-09-04 Thread Li, Pan2
: Jeff Law Sent: Thursday, September 5, 2024 10:10 AM To: Li, Pan2 ; gcc-patches@gcc.gnu.org Cc: juzhe.zh...@rivai.ai; kito.ch...@gmail.com; rdapp....@gmail.com Subject: Re: [PATCH v1] RISC-V: Fix SAT_* dump check failure due to middle-end change. On 9/4/24 8:01 PM, pan2...@intel.com wrote

Re: [PATCH v1] RISC-V: Fix SAT_* dump check failure due to middle-end change.

2024-09-04 Thread Jeff Law
On 9/4/24 8:01 PM, pan2...@intel.com wrote: From: Pan Li Some middl-end change may effect on the times of .SAT_*. Thus, refine the dump check for SAT_*, from the scan-times to scan as we only care about the .SAT_* exist or not. And there will an other PATCH to perform similar refinement an

[PATCH v1] RISC-V: Fix SAT_* dump check failure due to middle-end change.

2024-09-04 Thread pan2 . li
From: Pan Li Some middl-end change may effect on the times of .SAT_*. Thus, refine the dump check for SAT_*, from the scan-times to scan as we only care about the .SAT_* exist or not. And there will an other PATCH to perform similar refinement and this PATCH only fix the failed test cases. gcc