Re: [PATCH 00/46] tcg: Remove in-flight mask data from OptContext

2024-12-17 Thread Pierrick Bouvier
On 12/10/24 07:23, Richard Henderson wrote: The desire is to start re-using some of the fold_* functions while lowering or simplifying operations during tcg_optmize. Many of these fold_* functions set z_mask, s_mask, and a_mask, which hang around until the end of the tcg_optmize loop and are app

Re: [PATCH 00/46] tcg: Remove in-flight mask data from OptContext

2024-12-16 Thread Pierrick Bouvier
On 12/16/24 06:15, Richard Henderson wrote: Ping. I'll take a look tomorrow morning. Pierrick On 12/10/24 09:23, Richard Henderson wrote: The desire is to start re-using some of the fold_* functions while lowering or simplifying operations during tcg_optmize. Many of these fold_* function

Re: [PATCH 00/46] tcg: Remove in-flight mask data from OptContext

2024-12-16 Thread Richard Henderson
Ping. On 12/10/24 09:23, Richard Henderson wrote: The desire is to start re-using some of the fold_* functions while lowering or simplifying operations during tcg_optmize. Many of these fold_* functions set z_mask, s_mask, and a_mask, which hang around until the end of the tcg_optimize loop and

[PATCH 00/46] tcg: Remove in-flight mask data from OptContext

2024-12-10 Thread Richard Henderson
The desire is to start re-using some of the fold_* functions while lowering or simplifying operations during tcg_optmize. Many of these fold_* functions set z_mask, s_mask, and a_mask, which hang around until the end of the tcg_optmize loop and are applied by finish_folding. This disconnect betwe