Re: Alex Coplan appointed maintainer of AArch64 pair fusion pass and pair-fusion pass.

2024-10-18 Thread Alex Coplan via Gcc
On 17/10/2024 16:51, Richard Sandiford wrote: > Ramana Radhakrishnan via Gcc writes: > > I am pleased to announce that the GCC Steering Committee has appointed > > Alex Coplan as a maintainer for the AArch64 load / store pair fusion > > pass. > > > > In additio

Why are profile-implied niters capped at 99?

2024-10-08 Thread Alex Coplan via Gcc
Hi, I've been looking at GCC's profile information recently. I noticed that the probabilities/counts effectively encode the expected niters of a loop, so e.g. with the following testcase: $ cat t.c int *a; void f() { for (int i = 0; i < N; i++) a[i] = i; } $ ./xgcc -B . -c -S -o /dev/null

AArch64 failures on tester

2020-06-05 Thread Alex Coplan
Hello, Recently Jeff's tester picked up some test failures on AArch64. These are now fixed as of commit ab563903 but the aarch64-linux-gnu build is still failing with the following output: Old tests that failed, that have disappeared (8 tests): (Eeek!) g++.dg/warn/Wtype-limits-Wextra.C -s