Re: [PATCH 05/15] Hexagon (target/hexagon) change variables from int to bool when appropriate

2021-03-25 Thread Richard Henderson
On 3/24/21 8:50 PM, Taylor Simpson wrote: Address feedback from Richard Henderson Signed-off-by: Taylor Simpson --- target/hexagon/cpu_bits.h | 2 +- target/hexagon/decode.c| 80 +++--- target/hexagon/insn.h | 21 ++--

Re: [PATCH 05/15] Hexagon (target/hexagon) change variables from int to bool when appropriate

2021-03-25 Thread Philippe Mathieu-Daudé
Hi Taylor, On 3/25/21 3:50 AM, Taylor Simpson wrote: > Address feedback from Richard Henderson If you look at the git history, we use the following tags: - Reported-by: Richard Henderson - Suggested-by: Richard Henderson and tools know how to use them:

[PATCH 05/15] Hexagon (target/hexagon) change variables from int to bool when appropriate

2021-03-24 Thread Taylor Simpson
Address feedback from Richard Henderson Signed-off-by: Taylor Simpson --- target/hexagon/cpu_bits.h | 2 +- target/hexagon/decode.c| 80 +++--- target/hexagon/insn.h | 21 ++-- target/hexagon/op_helper.c | 8 ++---