qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 15/48] tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 15/48] tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h
Date: Sat, 3 Jun 2023 15:33:37 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 3/6/23 06:04, Richard Henderson wrote:
On 6/2/23 14:29, Philippe Mathieu-Daudé wrote:
On 31/5/23 06:02, Richard Henderson wrote:
Create tcg/tcg-op-common.h, moving everything that does not concern
TARGET_LONG_BITS or TCGv.  Adjust tcg/*.c to use the new header
instead of tcg-op.h, in preparation for compiling tcg/ only once.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  include/tcg/tcg-op-common.h |  996 ++++++++++++++++++++++++++++++++++
  include/tcg/tcg-op.h        | 1004 +----------------------------------
  tcg/optimize.c              |    2 +-
  tcg/tcg-op-gvec.c           |    2 +-
  tcg/tcg-op-ldst.c           |    2 +-
  tcg/tcg-op-vec.c            |    2 +-
  tcg/tcg-op.c                |    2 +-
  tcg/tcg.c                   |    2 +-
  tcg/tci.c                   |    3 +-
  9 files changed, 1007 insertions(+), 1008 deletions(-)

Trivial review using 'git-diff --color-moved=dimmed-zebra'.

r-b?

Oops :)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]