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-

Re: [PATCH 02/61] Add shadow-map for n32 ABI

2025-02-03 Thread Richard Biener
On Fri, Jan 31, 2025 at 6:31 PM Aleksandar Rakic wrote: > > From: Faraz Shahbazker This should go to libsanitizer upstream. > libsanitizer: > * asan/asan_mapping.h (ASAN_SHADOW_OFFSET_CONST): Set correct > offset for n32 ABI. > > Cherry-picked 12ec4fc5c3a19e6304b58775db182089294

Re: [PATCH 43/61] Disable ssa-dom-cse-2.c for MIPS lp64

2025-02-03 Thread Richard Biener
On Fri, Jan 31, 2025 at 6:57 PM Aleksandar Rakic wrote: > > From: Matthew Fortune > > The optimisation to reduce the result to constant 28 still happens > but only much later in combine. OK. > gcc/testsuite/ > * gcc.dg/tree-ssa/ssa-dom-cse-2.c: Do not check output for > MIPS lp6

Re: [PATCH 55/61] Performance drop in mips-img-linux-gnu-gcc 7.x

2025-02-03 Thread Richard Biener
On Fri, Jan 31, 2025 at 7:10 PM Aleksandar Rakic wrote: > > From: Mihailo Stojanovic This looks like a target specific hack, this should be addressed generally instead of opening up gcse internals to a target hook. This should also at least come with a testcase. > gcc/ > * config/mips/

<    1   2