Re: [PATCH 13/13] target/arm: Delete dead code from disas_simd_indexed

2024-06-25 Thread Peter Maydell
On Tue, 25 Jun 2024 at 15:18, Richard Henderson wrote: > > On 6/25/24 05:41, Peter Maydell wrote: > > On Tue, 25 Jun 2024 at 06:09, Richard Henderson > > wrote: > >> > >> The last insns in this block, MLA and MLS, were converted > >> with f80701cb44d, and this code should have been removed then.

Re: [PATCH 13/13] target/arm: Delete dead code from disas_simd_indexed

2024-06-25 Thread Richard Henderson
On 6/25/24 05:41, Peter Maydell wrote: On Tue, 25 Jun 2024 at 06:09, Richard Henderson wrote: The last insns in this block, MLA and MLS, were converted with f80701cb44d, and this code should have been removed then. "MLA, MLS, SQDMULH, SQRDMULH, were converted with f80701cb44d and f80701cb44d

Re: [PATCH 13/13] target/arm: Delete dead code from disas_simd_indexed

2024-06-25 Thread Peter Maydell
On Tue, 25 Jun 2024 at 06:09, Richard Henderson wrote: > > The last insns in this block, MLA and MLS, were converted > with f80701cb44d, and this code should have been removed then. "MLA, MLS, SQDMULH, SQRDMULH, were converted with f80701cb44d and f80701cb44d33", I think, since there's still code

[PATCH 13/13] target/arm: Delete dead code from disas_simd_indexed

2024-06-24 Thread Richard Henderson
The last insns in this block, MLA and MLS, were converted with f80701cb44d, and this code should have been removed then. Signed-off-by: Richard Henderson --- target/arm/tcg/translate-a64.c | 93 -- 1 file changed, 93 deletions(-) diff --git a/target/arm/tcg/trans