Re: [PATCH v3 7/8] i386: Add else operand to masked loads.

2024-11-06 Thread Robin Dapp
> x86 doesn't define mask_gather_loadmn, so I think you can drop this > and all related, only keep the patch I give you in [1] > Sorry I didn't make that clear last time. Yes, that works, thanks. Will post a v4 soon. -- Regards Robin

Re: [PATCH v3 7/8] i386: Add else operand to masked loads.

2024-11-03 Thread Hongtao Liu
On Sat, Nov 2, 2024 at 8:58 PM Robin Dapp wrote: > > From: Robin Dapp > > This patch adds a zero else operand to masked loads, in particular the > masked gather load builtins that are used for gather vectorization. > > gcc/ChangeLog: > > * config/i386/i386-expand.cc (ix86_expand_special_a

[PATCH v3 7/8] i386: Add else operand to masked loads.

2024-11-02 Thread Robin Dapp
From: Robin Dapp This patch adds a zero else operand to masked loads, in particular the masked gather load builtins that are used for gather vectorization. gcc/ChangeLog: * config/i386/i386-expand.cc (ix86_expand_special_args_builtin): Add else-operand handling. (ix86_ex

[PATCH v3 7/8] i386: Add else operand to masked loads.

2024-10-31 Thread rdapp . gcc
From: Robin Dapp This patch adds a zero else operand to masked loads, in particular the masked gather load builtins that are used for gather vectorization. gcc/ChangeLog: * config/i386/i386-expand.cc (ix86_expand_special_args_builtin): Add else-operand handling. (ix86_ex