Re: [PATCH 13/43] tcg: Consolidate 3 bits into enum TCGTempKind

2020-09-09 Thread Philippe Mathieu-Daudé
On 9/9/20 2:16 AM, Richard Henderson wrote: > The temp_fixed, temp_global, temp_local bits are all related. > Combine them into a single enumeration. > > Reviewed-by: Alex Bennée Already reviewed: https://www.mail-archive.com/qemu-devel@nongnu.org/msg701705.html > Signed-off-by: Richard Henders

[PATCH 13/43] tcg: Consolidate 3 bits into enum TCGTempKind

2020-09-08 Thread Richard Henderson
The temp_fixed, temp_global, temp_local bits are all related. Combine them into a single enumeration. Reviewed-by: Alex Bennée Signed-off-by: Richard Henderson --- include/tcg/tcg.h | 20 +--- tcg/optimize.c| 8 +-- tcg/tcg.c | 122