Re: [PATCH] Merge vec_addsub patterns

2021-06-18 Thread Richard Biener
On Fri, 18 Jun 2021, Uros Bizjak wrote: > On Fri, Jun 18, 2021 at 11:13 AM Richard Biener wrote: > > > > This merges the vec_addsub3 patterns using a mode attribute > > for the vec_merge merge operand. > > > > Bootstrapped and tested on x86_64-unknown-linux-gnu. > > > > I'd appreciate an extra ey

Re: [PATCH] Merge vec_addsub patterns

2021-06-18 Thread Uros Bizjak via Gcc-patches
On Fri, Jun 18, 2021 at 11:13 AM Richard Biener wrote: > > This merges the vec_addsub3 patterns using a mode attribute > for the vec_merge merge operand. > > Bootstrapped and tested on x86_64-unknown-linux-gnu. > > I'd appreciate an extra eye since this is the first time I'm > doing such. The cal

[PATCH] Merge vec_addsub patterns

2021-06-18 Thread Richard Biener
This merges the vec_addsub3 patterns using a mode attribute for the vec_merge merge operand. Bootstrapped and tested on x86_64-unknown-linux-gnu. I'd appreciate an extra eye since this is the first time I'm doing such. OK as a followup to the addsub pattern renaming? Thanks, Richard. 2021-06-1