RE: [PATCH 2/2] Add test for storing .new vector

2023-03-21 Thread Marco Liebel
> -Original Message- > From: Peter Maydell > Sent: Dienstag, 21. März 2023 18:20 > To: Marco Liebel (QUIC) > Cc: qemu-devel@nongnu.org; Taylor Simpson ; > Matheus Bernardino (QUIC) > Subject: Re: [PATCH 2/2] Add test for storing .new vector > > WARNING:

Re: [PATCH 2/2] Add test for storing .new vector

2023-03-21 Thread Peter Maydell
On Tue, 21 Mar 2023 at 14:13, Marco Liebel wrote: > > Hexagon toolchain version 16.0.0 fixes a bug where the ecoding of > storing a .new vector was incorrect. This resulted in an incorrect > valued being stored. The test checks that the correct value is used. So is this a compiler/assembler bug?

RE: [PATCH 2/2] Add test for storing .new vector

2023-03-21 Thread Taylor Simpson
> -Original Message- > From: Marco Liebel (QUIC) > Sent: Tuesday, March 21, 2023 8:12 AM > To: qemu-devel@nongnu.org > Cc: Taylor Simpson ; Matheus Bernardino (QUIC) > ; Marco Liebel (QUIC) > > Subject: [PATCH 2/2] Add test for storing .new vector > > He

[PATCH 2/2] Add test for storing .new vector

2023-03-21 Thread Marco Liebel
Hexagon toolchain version 16.0.0 fixes a bug where the ecoding of storing a .new vector was incorrect. This resulted in an incorrect valued being stored. The test checks that the correct value is used. Signed-off-by: Marco Liebel --- tests/tcg/hexagon/hvx_misc.c | 29