[PULL 0/3] Hexagon bug fixes and test improvements

Taylor Simpson posted 3 patches 1 year, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220731233232.2473-1-tsimpson@quicinc.com
Maintainers: Taylor Simpson <tsimpson@quicinc.com>
tests/tcg/hexagon/hvx_misc.c      |  45 ++
tests/tcg/hexagon/load_unpack.c   |  14 +-
target/hexagon/gen_tcg_funcs.py   |   9 +-
tests/tcg/hexagon/float_convd.ref | 988 ++++++++++++++++++++++++++++++++++++++
4 files changed, 1044 insertions(+), 12 deletions(-)
create mode 100644 tests/tcg/hexagon/float_convd.ref
[PULL 0/3] Hexagon bug fixes and test improvements
Posted by Taylor Simpson 1 year, 9 months ago
The following changes since commit 3916603e0c1d909e14e09d5ebcbdaa9c9e21adf3:

  Merge tag 'pull-la-20220729' of https://gitlab.com/rth7680/qemu into staging (2022-07-29 17:39:17 -0700)

are available in the Git repository at:

  https://github.com/quic/qemu tags/pull-hex-20220731

for you to fetch changes up to 7eabb050ea77e529f549ea1ddaaa18e91ae01e34:

  Hexagon (tests/tcg/hexagon) reference file for float_convd (2022-07-31 16:22:09 -0700)

----------------------------------------------------------------
Hexagon bug fixes and test improvements

1) Fixes a bug in qemu-hexagon
2) Fixes a bug in a test case
3) Adds reference file for float_convd test case

----------------------------------------------------------------
Taylor Simpson (3):
      Hexagon (target/hexagon) make VyV operands use a unique temp
      Hexagon (tests/tcg/hexagon) Fix alignment in load_unpack.c
      Hexagon (tests/tcg/hexagon) reference file for float_convd

 tests/tcg/hexagon/hvx_misc.c      |  45 ++
 tests/tcg/hexagon/load_unpack.c   |  14 +-
 target/hexagon/gen_tcg_funcs.py   |   9 +-
 tests/tcg/hexagon/float_convd.ref | 988 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 1044 insertions(+), 12 deletions(-)
 create mode 100644 tests/tcg/hexagon/float_convd.ref
Re: [PULL 0/3] Hexagon bug fixes and test improvements
Posted by Richard Henderson 1 year, 8 months ago
On 7/31/22 16:32, Taylor Simpson wrote:
> The following changes since commit 3916603e0c1d909e14e09d5ebcbdaa9c9e21adf3:
> 
>    Merge tag 'pull-la-20220729' of https://gitlab.com/rth7680/qemu into staging (2022-07-29 17:39:17 -0700)
> 
> are available in the Git repository at:
> 
>    https://github.com/quic/qemu tags/pull-hex-20220731
> 
> for you to fetch changes up to 7eabb050ea77e529f549ea1ddaaa18e91ae01e34:
> 
>    Hexagon (tests/tcg/hexagon) reference file for float_convd (2022-07-31 16:22:09 -0700)
> 
> ----------------------------------------------------------------
> Hexagon bug fixes and test improvements
> 
> 1) Fixes a bug in qemu-hexagon
> 2) Fixes a bug in a test case
> 3) Adds reference file for float_convd test case

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
> ----------------------------------------------------------------
> Taylor Simpson (3):
>        Hexagon (target/hexagon) make VyV operands use a unique temp
>        Hexagon (tests/tcg/hexagon) Fix alignment in load_unpack.c
>        Hexagon (tests/tcg/hexagon) reference file for float_convd
> 
>   tests/tcg/hexagon/hvx_misc.c      |  45 ++
>   tests/tcg/hexagon/load_unpack.c   |  14 +-
>   target/hexagon/gen_tcg_funcs.py   |   9 +-
>   tests/tcg/hexagon/float_convd.ref | 988 ++++++++++++++++++++++++++++++++++++++
>   4 files changed, 1044 insertions(+), 12 deletions(-)
>   create mode 100644 tests/tcg/hexagon/float_convd.ref