Committed, thanks Jeff. Pan
-----Original Message----- From: Jeff Law <jeffreya...@gmail.com> Sent: Tuesday, October 10, 2023 9:47 PM To: Juzhe-Zhong <juzhe.zh...@rivai.ai>; gcc-patches@gcc.gnu.org Cc: rguent...@suse.de; rdapp....@gmail.com Subject: Re: [PATCH] RISC-V Regression: Make match patterns more accurate On 10/9/23 20:47, Juzhe-Zhong wrote: > This patch fixes following 2 FAILs in RVV regression since the check is not > accurate. > > It's inspired by Robin's previous patch: > https://patchwork.sourceware.org/project/gcc/patch/dde89b9e-49a0-d70b-0906-fb3022cac...@gmail.com/ > > gcc/testsuite/ChangeLog: > > * gcc.dg/vect/no-scevccp-outer-7.c: Adjust regex pattern. > * gcc.dg/vect/no-scevccp-vect-iv-3.c: Ditto. OK. We might see other ports flipping to a pass if they were exhibiting the same behavior with failing to vectorize with the first selected type, but passing on the second type. Jeff