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.
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
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