Re: [PATCH] target/arm: Remove dead code relating to SABA and UABA

2020-06-19 Thread Richard Henderson
On 6/19/20 10:15 AM, Peter Maydell wrote: > In commit cfdb2c0c95ae9205b0 ("target/arm: Vectorize SABA/UABA") we > replaced the old handling of SABA/UABA with a vectorized implementation > which returns early rather than falling into the loop-ever-elements > code. We forgot to delete the part of the

Re: [PATCH] target/arm: Remove dead code relating to SABA and UABA

2020-06-19 Thread Philippe Mathieu-Daudé
On 6/19/20 7:15 PM, Peter Maydell wrote: > In commit cfdb2c0c95ae9205b0 ("target/arm: Vectorize SABA/UABA") we > replaced the old handling of SABA/UABA with a vectorized implementation > which returns early rather than falling into the loop-ever-elements > code. We forgot to delete the part of the

Re: [PATCH] target/arm: Remove dead code relating to SABA and UABA

2020-06-19 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200619171547.29780-1-peter.mayd...@linaro.org/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bas

[PATCH] target/arm: Remove dead code relating to SABA and UABA

2020-06-19 Thread Peter Maydell
In commit cfdb2c0c95ae9205b0 ("target/arm: Vectorize SABA/UABA") we replaced the old handling of SABA/UABA with a vectorized implementation which returns early rather than falling into the loop-ever-elements code. We forgot to delete the part of the old looping code that did the accumulate step, an