From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 50A573858C74; Thu, 21 Mar 2024 09:28:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 50A573858C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711013289; bh=jLZ+tJGQ/4V+7deaIsiELc9ikoKvUSQUzgnCp+A/99U=; h=From:To:Subject:Date:From; b=fsvogW07xC/DGwiXK8bvCQUH3BMwY3/4PiT0Om6epgMlxajaVHE1DEnJPn+dLB5hB arsMT34MJhz3p4RQWZmqoHwkzGpdN82sgnztTWQiBZu5rtnX92UYEtn6ScHGp1PmfI PP59tX/8xAZqnoSU4tDfzIzKzsgPbTE4aFOIKdV8= From: "pheeck at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114411] New: [14 Regression] 12% exec time slowdown of 433.milc on aarch64 Date: Thu, 21 Mar 2024 09:28:08 +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=3D114411 Bug ID: 114411 Summary: [14 Regression] 12% exec time slowdown of 433.milc 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=3D578.70.0 between commits g:8b483cd5521de79c g:81ee1298b47d3f3b there was 12% slowdown of exec time of the 433.milc 2006 SPEC benchmark. The compiler options are -Ofast -march=3Dnative -mtune=3Dnative PGO. 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= )=