Re: [PATCH] testsuite/105122 - adjust testcases after memcpy folding changes

2022-04-05 Thread Jakub Jelinek via Gcc-patches
On Mon, Apr 04, 2022 at 09:01:40AM +0200, Richard Biener wrote: > After r12-7931 we again honor MOVE_MAX when folding memcpy to > a load/store pair. On i?86-*-* without SSE this now exposes the > change done in r12-2666-g29f0e955c97da0 which adjusts MOVE_MAX > from 16 to 4 on those targets. This

[PATCH] testsuite/105122 - adjust testcases after memcpy folding changes

2022-04-04 Thread Richard Biener via Gcc-patches
After r12-7931 we again honor MOVE_MAX when folding memcpy to a load/store pair. On i?86-*-* without SSE this now exposes the change done in r12-2666-g29f0e955c97da0 which adjusts MOVE_MAX from 16 to 4 on those targets. This makes adjusting testcases necessary that assume that we transform memcpy