Re: [PATCH 2/8] ifn: Add else-operand handling.

2024-08-21 Thread Richard Biener
On Sun, 11 Aug 2024, Robin Dapp wrote: > This patch adds else-operand handling to the internal functions. LGTM. > gcc/ChangeLog: > > * internal-fn.cc (add_mask_and_len_args): Rename... > (add_mask_else_and_len_args): ...to this and add else handling. > (expand_partial_load_opt

Re: [PATCH 2/8] ifn: Add else-operand handling.

2024-08-12 Thread Jeff Law
On 8/11/24 3:00 PM, Robin Dapp wrote: This patch adds else-operand handling to the internal functions. gcc/ChangeLog: * internal-fn.cc (add_mask_and_len_args): Rename... (add_mask_else_and_len_args): ...to this and add else handling. (expand_partial_load_optab_fn): Us

[PATCH 2/8] ifn: Add else-operand handling.

2024-08-11 Thread Robin Dapp
This patch adds else-operand handling to the internal functions. gcc/ChangeLog: * internal-fn.cc (add_mask_and_len_args): Rename... (add_mask_else_and_len_args): ...to this and add else handling. (expand_partial_load_optab_fn): Use adjusted function. (expand_partia