RE: [PATCH] RISC-V: Allow Vector IOR(V1, NOT V1) optimiztion

2023-04-18 Thread Li, Pan2 via Gcc-patches
...@arm.com Subject: RE: [PATCH] RISC-V: Allow Vector IOR(V1, NOT V1) optimiztion Update the PATCH v2 here, https://gcc.gnu.org/pipermail/gcc-patches/2023-April/615937.html. Running the boostrap/regression test, and keep you posted. Pan -Original Message- From: Gcc-patches On Behalf Of Li

RE: [PATCH] RISC-V: Allow Vector IOR(V1, NOT V1) optimiztion

2023-04-18 Thread Li, Pan2 via Gcc-patches
Biener Cc: gcc-patches@gcc.gnu.org; juzhe.zh...@rivai.ai; kito.ch...@sifive.com; rguent...@suse.de; Wang, Yanzhang ; richard.sandif...@arm.com Subject: RE: [PATCH] RISC-V: Allow Vector IOR(V1, NOT V1) optimiztion I look into the IOR simplification code for this optimization. Mostly I try to

RE: [PATCH] RISC-V: Allow Vector IOR(V1, NOT V1) optimiztion

2023-04-18 Thread Li, Pan2 via Gcc-patches
...@sifive.com; rguent...@suse.de; Wang, Yanzhang ; richard.sandif...@arm.com Subject: Re: [PATCH] RISC-V: Allow Vector IOR(V1, NOT V1) optimiztion On Tue, Apr 18, 2023 at 9:59 AM Richard Biener wrote: > > On Tue, Apr 18, 2023 at 3:31 AM Li, Pan2 via Gcc-patches > wrote: > > >

RE: [PATCH] RISC-V: Allow Vector IOR(V1, NOT V1) optimiztion

2023-04-18 Thread Li, Pan2 via Gcc-patches
; richard.sandif...@arm.com Subject: Re: [PATCH] RISC-V: Allow Vector IOR(V1, NOT V1) optimiztion On Tue, Apr 18, 2023 at 3:31 AM Li, Pan2 via Gcc-patches wrote: > > Passed the X86 bootstrap and regression tests. > > Pan > > -Original Message- > From: Li, Pan2 > Sent: M

Re: [PATCH] RISC-V: Allow Vector IOR(V1, NOT V1) optimiztion

2023-04-18 Thread Richard Biener via Gcc-patches
On Tue, Apr 18, 2023 at 9:59 AM Richard Biener wrote: > > On Tue, Apr 18, 2023 at 3:31 AM Li, Pan2 via Gcc-patches > wrote: > > > > Passed the X86 bootstrap and regression tests. > > > > Pan > > > > -Original Message- > > From: Li, Pan2 > > Sent: Monday, April 17, 2023 10:50 PM > > To: g

Re: [PATCH] RISC-V: Allow Vector IOR(V1, NOT V1) optimiztion

2023-04-18 Thread Richard Biener via Gcc-patches
On Tue, Apr 18, 2023 at 3:31 AM Li, Pan2 via Gcc-patches wrote: > > Passed the X86 bootstrap and regression tests. > > Pan > > -Original Message- > From: Li, Pan2 > Sent: Monday, April 17, 2023 10:50 PM > To: gcc-patches@gcc.gnu.org > Cc: juzhe.zh...@rivai.ai; kito.ch...@sifive.com; rguen

RE: [PATCH] RISC-V: Allow Vector IOR(V1, NOT V1) optimiztion

2023-04-17 Thread Li, Pan2 via Gcc-patches
Passed the X86 bootstrap and regression tests. Pan -Original Message- From: Li, Pan2 Sent: Monday, April 17, 2023 10:50 PM To: gcc-patches@gcc.gnu.org Cc: juzhe.zh...@rivai.ai; kito.ch...@sifive.com; rguent...@suse.de; Li, Pan2 ; Wang, Yanzhang ; richard.sandif...@arm.com Subject: [PA