Re: [PATCH 1/4] target/openrisc: Use tcg_constant_*

2021-07-09 Thread Stafford Horne
On Thu, Jul 08, 2021 at 02:37:51PM -0700, Richard Henderson wrote: > Replace uses of tcg_const_* with the allocate and free close together. I read this as tcg_const_* is being replaced with allocate and free. Perhaps we can say: Replace uses of tcg_const_* allocate and free close together with t

Re: [PATCH 1/4] target/openrisc: Use tcg_constant_*

2021-07-09 Thread Philippe Mathieu-Daudé
On 7/8/21 11:37 PM, Richard Henderson wrote: > Replace uses of tcg_const_* with the allocate and free close together. > > Signed-off-by: Richard Henderson > --- > target/openrisc/translate.c | 42 - > 1 file changed, 9 insertions(+), 33 deletions(-) Reviewed-

[PATCH 1/4] target/openrisc: Use tcg_constant_*

2021-07-08 Thread Richard Henderson
Replace uses of tcg_const_* with the allocate and free close together. Signed-off-by: Richard Henderson --- target/openrisc/translate.c | 42 - 1 file changed, 9 insertions(+), 33 deletions(-) diff --git a/target/openrisc/translate.c b/target/openrisc/transla