Re: [PATCH 29/48] tcg/optimize: Split out fold_mov

2021-08-30 Thread Philippe Mathieu-Daudé
On 8/30/21 8:24 AM, Richard Henderson wrote: > This is the final entry in the main switch that was in a > different form. After this, we have the option to convert > the switch into a function dispatch table. > > Signed-off-by: Richard Henderson > --- > tcg/optimize.c | 27 ++---

[PATCH 29/48] tcg/optimize: Split out fold_mov

2021-08-29 Thread Richard Henderson
This is the final entry in the main switch that was in a different form. After this, we have the option to convert the switch into a function dispatch table. Signed-off-by: Richard Henderson --- tcg/optimize.c | 27 ++- 1 file changed, 14 insertions(+), 13 deletions(-)