Re: [PATCH 31/61] Improve aligned straight line memcpy

2025-02-03 Thread Jakub Jelinek
On Mon, Feb 03, 2025 at 10:36:15AM +0100, Richard Biener wrote: > > --- a/gcc/config/mips/mips.cc > > +++ b/gcc/config/mips/mips.cc > > @@ -9631,7 +9631,13 @@ mips_expand_block_move (rtx dest, rtx src, rtx > > length, rtx alignment) > > { > >if (ISA_HAS_COPY) > > return mips

Re: [PATCH 31/61] Improve aligned straight line memcpy

2025-02-03 Thread Richard Biener
On Fri, Jan 31, 2025 at 6:37 PM Aleksandar Rakic wrote: > > From: Robert Suchanek > > Cherry-picked 4194c529fade9b3106d118cac63b71bc8b13f7be > from https://github.com/MIPS/gcc This (and some other of the patches) lack the appropriate ChangeLog entry embedded in the commit message. > Signed-off-

[PATCH 31/61] Improve aligned straight line memcpy

2025-01-31 Thread Aleksandar Rakic
From: Robert Suchanek Cherry-picked 4194c529fade9b3106d118cac63b71bc8b13f7be from https://github.com/MIPS/gcc Signed-off-by: Robert Suchanek Signed-off-by: Faraz Shahbazker Signed-off-by: Aleksandar Rakic --- gcc/config/mips/mips.cc | 8 +++- gcc/config/mips/mips.h | 5 + 2 files ch