Re: [PATCH 02/46] tcg/optimize: Copy mask writeback to fold_masks

2024-12-17 Thread Pierrick Bouvier
On 12/10/24 07:23, Richard Henderson wrote: Use of fold_masks should be restricted to those opcodes that can reliably make use of it -- those with a single output, and from higher-level folders that set up the masks. Prepare for conversion of each folder in turn. Signed-off-by: Richard Henderson

[PATCH 02/46] tcg/optimize: Copy mask writeback to fold_masks

2024-12-10 Thread Richard Henderson
Use of fold_masks should be restricted to those opcodes that can reliably make use of it -- those with a single output, and from higher-level folders that set up the masks. Prepare for conversion of each folder in turn. Signed-off-by: Richard Henderson --- tcg/optimize.c | 14 +++--- 1 f