[PATCH 0/5] tcg/tci: Merge identical cases in generation

Philippe Mathieu-Daudé posted 5 patches 3 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210218232840.1760806-1-f4bug@amsat.org
tcg/tci/tcg-target.c.inc | 204 ++++++++++++++-------------------------
1 file changed, 73 insertions(+), 131 deletions(-)
[PATCH 0/5] tcg/tci: Merge identical cases in generation
Posted by Philippe Mathieu-Daudé 3 years, 3 months ago
Hi Richard,

This is your patch (#4/71 of v4 [*]) split in 5 parts for
easier review. Please consider using this series instead of
your original patch.

Regards,

Phil.

[*] https://www.mail-archive.com/qemu-devel@nongnu.org/msg783450.html

Richard Henderson (5):
  tcg/tci: Merge identical cases in generation (arithmetic opcodes)
  tcg/tci: Merge identical cases in generation (exchange opcodes)
  tcg/tci: Merge identical cases in generation (deposit opcode)
  tcg/tci: Merge identical cases in generation (conditional opcodes)
  tcg/tci: Merge identical cases in generation (load/store opcodes)

 tcg/tci/tcg-target.c.inc | 204 ++++++++++++++-------------------------
 1 file changed, 73 insertions(+), 131 deletions(-)

-- 
2.26.2

Re: [PATCH 0/5] tcg/tci: Merge identical cases in generation
Posted by Richard Henderson 3 years, 2 months ago
On 2/18/21 3:28 PM, Philippe Mathieu-Daudé wrote:
> Hi Richard,
> 
> This is your patch (#4/71 of v4 [*]) split in 5 parts for
> easier review. Please consider using this series instead of
> your original patch.

Done.

r~