|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH 03/73] tcg: Add TCGType argument to tcg_emit_op, tcg_op_insert_* |
Date: | Tue, 7 Jan 2025 08:10:27 +0100 |
User-agent: | Mozilla Thunderbird |
On 2/1/25 19:05, Richard Henderson wrote:
In some places we have a ready type to give. In others, like tcg-op.c, simply pass 0 for now. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> --- include/tcg/tcg-op.h | 8 +++++--- include/tcg/tcg.h | 6 +++--- tcg/optimize.c | 20 +++++++++++--------- tcg/tcg-op-vec.c | 8 ++++---- tcg/tcg-op.c | 12 ++++++------ tcg/tcg.c | 28 ++++++++++++++++------------ 6 files changed, 45 insertions(+), 37 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |