[Qemu-devel] [PATCH v2 0/5] target/arm: tcg vector cleanups

Richard Henderson posted 5 patches 5 years, 1 month ago
Test docker-mingw@fedora passed
Test asan passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190206050701.11847-1-richard.henderson@linaro.org
Maintainers: Peter Maydell <peter.maydell@linaro.org>
There is a newer version of this series
target/arm/helper.h        | 12 ----------
target/arm/neon_helper.c   | 12 ----------
target/arm/translate-a64.c | 41 +++++++++++++---------------------
target/arm/translate-sve.c |  6 +----
target/arm/translate.c     | 45 ++++++++++++++++++++++----------------
5 files changed, 42 insertions(+), 74 deletions(-)
[Qemu-devel] [PATCH v2 0/5] target/arm: tcg vector cleanups
Posted by Richard Henderson 5 years, 1 month ago
Generic tcg now has support for folding of OR,
and has grown min/max primitives.


r~


Richard Henderson (5):
  target/arm: Rely on optimization within tcg_gen_gvec_or
  target/arm: Use vector minmax expanders for aarch64
  target/arm: Use vector minmax expanders for aarch32
  target/arm: Use tcg integer min/max primitives for neon
  target/arm: Remove neon min/max helpers

 target/arm/helper.h        | 12 ----------
 target/arm/neon_helper.c   | 12 ----------
 target/arm/translate-a64.c | 41 +++++++++++++---------------------
 target/arm/translate-sve.c |  6 +----
 target/arm/translate.c     | 45 ++++++++++++++++++++++----------------
 5 files changed, 42 insertions(+), 74 deletions(-)

-- 
2.17.2