From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A7BF33861013; Tue, 9 Apr 2024 13:22:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A7BF33861013 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712668921; bh=KbET9SICmiimKPoPW6MN/meo43eIm70fV6uzBexHf64=; h=From:To:Subject:Date:From; b=vEQwXr87uqRFa95zY6CFHKD4cOpf7yKGo3E5aCL5WsS3JBgGjUyMyBcDsUff/ezY3 m7pVNORIXE2c/57i9Kh9tDSpNaoE1Zmss9NS5OY7hlm9hH63nwF2ldu+RNZKlQ6CDS Ft8DSlg39gJZE6R2DvFr6ZJo/604WQ4sTI4ijHCc= From: "pheeck at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114656] New: ~5% slowdown of 538.imagick_r on aarch64 Date: Tue, 09 Apr 2024 13:22:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: missed-optimization, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: pheeck at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status keywords bug_severity priority component assigned_to reporter blocked target_milestone cf_gcchost cf_gcctarget Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114656 Bug ID: 114656 Summary: ~5% slowdown of 538.imagick_r on aarch64 Product: gcc Version: 14.0 Status: UNCONFIRMED Keywords: missed-optimization, needs-bisection Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: pheeck at gcc dot gnu.org Blocks: 26163 Target Milestone: --- Host: aarch64-gnu-linux Target: aarch64-gnu-linux As seen here https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.0=3D585.507.0 between commits r14-9649-gbb04a11418f54c r14-9728-g6fc84f680d098f there was a 5% exec time slowdown of 538.imagick_r SPEC2017 benchmark on aarch64 with compilation options -Ofast 5% slowdown can be also seen with -Ofast -march=3Dnative https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.0=3D584.507.0 The CPU is Ampere Altra Neoverse N1. Btw here are the same graphs including also data for GCC13. It is clear that this isn't a regression against GCC13. https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.7=3D882.507.0&plot.8= =3D585.507.0& https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.7=3D881.507.0&plot.8= =3D584.507.0& Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D26163 [Bug 26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95= )=