[PULL 0/3] tcg patch queue

Richard Henderson posted 3 patches 1 month, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260529203101.290947-1-richard.henderson@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
There is a newer version of this series
tcg/optimize.c         | 90 +++++++++++++++++++++++++++++++++-----------------
docs/devel/tcg-ops.rst | 16 ++++-----
2 files changed, 67 insertions(+), 39 deletions(-)
[PULL 0/3] tcg patch queue
Posted by Richard Henderson 1 month, 2 weeks ago
The following changes since commit 81cc5f39aa3042e9c0b2ea772b42a2c8b1488e76:

  Merge tag 'pull-target-arm-20260529' of https://gitlab.com/pm215/qemu into staging (2026-05-29 12:58:25 -0400)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20260529

for you to fetch changes up to c9349965ce4a1548a0b19dc3cf859a461d525f6b:

  tcg: Optimize INDEX_op_mul[us]2 for 0 and 1 (2026-05-29 13:03:58 -0700)

----------------------------------------------------------------
docs/devel/tcg-ops: Fix reStructuredText format
tcg: Optimize INDEX_op_mul[us]2 for 0 and 1

----------------------------------------------------------------
Philippe Mathieu-Daudé (1):
      docs/devel/tcg-ops: Fix reStructuredText format

Richard Henderson (2):
      tcg: Massage fold_multiply2()
      tcg: Optimize INDEX_op_mul[us]2 for 0 and 1

 tcg/optimize.c         | 90 +++++++++++++++++++++++++++++++++-----------------
 docs/devel/tcg-ops.rst | 16 ++++-----
 2 files changed, 67 insertions(+), 39 deletions(-)

Re: [PULL 0/3] tcg patch queue
Posted by Stefan Hajnoczi 1 month, 1 week ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.1 for any user-visible changes.