Re: [PATCH] [AUTOFDO] Enable autofdo tests for aarch64

2025-05-29 Thread Jan Hubicka
> I also noticed that some tests are only enabled for x86. I am also seeing: > ./gcc/testsuite/gcc/gcc.sum:UNSUPPORTED: gcc.dg/tree-prof/pr66295.c This is testing a former ifun bug which reproduced with -fprofile-use > ./gcc/testsuite/gcc/gcc.sum:UNSUPPORTED: gcc.dg/tree-prof/split-1.c This is test

Re: [PATCH] [AUTOFDO] Enable autofdo tests for aarch64

2025-05-29 Thread Kugan Vivekanandarajah
> On 29 May 2025, at 5:58 pm, Jan Hubicka wrote: > > External email: Use caution opening links or attachments > > >> Hi, >> autofdo tests are now running only for x86. This patch makes it >> run for aarch64 too. Verified that perf and create_gcov are running >> as expected. >> >> gcc/ChangeL

Re: [PATCH] [AUTOFDO] Enable autofdo tests for aarch64

2025-05-29 Thread Jan Hubicka
> Hi, > autofdo tests are now running only for x86. This patch makes it > run for aarch64 too. Verified that perf and create_gcov are running > as expected. > > gcc/ChangeLog: > > * config/aarch64/gcc-auto-profile: Make script executable. > > gcc/testsuite/ChangeLog: > > * lib/t

RE: [PATCH] [AUTOFDO] Enable autofdo tests for aarch64

2025-05-28 Thread Eugene Rozenfeld
Looks good. Eugene -Original Message- From: Kugan Vivekanandarajah Sent: Wednesday, May 28, 2025 3:59 PM To: gcc-patches@gcc.gnu.org Cc: Jan Hubicka ; Eugene Rozenfeld Subject: [EXTERNAL] [PATCH] [AUTOFDO] Enable autofdo tests for aarch64 Hi, autofdo tests are now running only for

[PATCH] [AUTOFDO] Enable autofdo tests for aarch64

2025-05-28 Thread Kugan Vivekanandarajah
Hi, autofdo tests are now running only for x86. This patch makes it run for aarch64 too. Verified that perf and create_gcov are running as expected. gcc/ChangeLog: * config/aarch64/gcc-auto-profile: Make script executable. gcc/testsuite/ChangeLog: * lib/target-supports.exp: Enab