PowerPC patch ping^2

2025-04-11 Thread Jakub Jelinek
On Wed, Apr 02, 2025 at 03:32:31PM +0200, Jakub Jelinek wrote: > I'd like to ping the following PowerPC patches: > > https://gcc.gnu.org/pipermail/gcc-patches/2025-March/679312.html > rs6000: Ignore OPTION_MASK_SAVE_TOC_INDIRECT differences in inlining > decisions [PR119327] > > https://gcc.gnu.

PowerPC patch ping

2025-04-02 Thread Jakub Jelinek
Hi! I'd like to ping the following PowerPC patches: https://gcc.gnu.org/pipermail/gcc-patches/2025-March/679312.html rs6000: Ignore OPTION_MASK_SAVE_TOC_INDIRECT differences in inlining decisions [PR119327] https://gcc.gnu.org/pipermail/gcc-patches/2025-March/676989.html target: Adjust gcc.targ

PowerPC patch ping (Re: [PATCH] target: Adjust gcc.target/powerpc/pr103515.c test [PR117207])

2025-03-17 Thread Jakub Jelinek
On Thu, Mar 06, 2025 at 04:09:35PM +0100, Jakub Jelinek wrote: > Starting with r15-4225 the loop in foo1 is vectorized even at -O2 and that > implies later some small unrolling, regardless of -funroll-loops flag being > added in > #pragma GCC optimize("O3,unroll-loops") > only for foo2. > My unders