RE: [PATCH V2] RISC-V: Support COND_LEN_* patterns

2023-07-12 Thread Li, Pan2 via Gcc-patches
Committed, thanks Jeff. Pan -Original Message- From: Gcc-patches On Behalf Of Jeff Law via Gcc-patches Sent: Wednesday, July 12, 2023 11:40 PM To: Juzhe-Zhong ; gcc-patches@gcc.gnu.org Cc: kito.ch...@sifive.com; kito.ch...@gmail.com; rdapp@gmail.com Subject: Re: [PATCH V2] RISC-V

Re: [PATCH V2] RISC-V: Support COND_LEN_* patterns

2023-07-12 Thread Jeff Law via Gcc-patches
On 7/12/23 09:24, Juzhe-Zhong wrote: This middle-end has been merged: https://github.com/gcc-mirror/gcc/commit/0d4dd7e07a879d6c07a33edb2799710faa95651e With this patch, we can handle operations may trap on elements outside the loop. These 2 following cases will be addressed by this patch: