From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 86FB13858D35; Wed, 15 Nov 2023 15:26:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 86FB13858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700061993; bh=WagMOdw8E+z2ImlDMV/NBRSEytmSp8XROhMpA4kZMJA=; h=From:To:Subject:Date:From; b=Wq6ttcvLosTK7bCW+sc5dhR0Gc0h0FlmCbf4ri9or0j8GhYgvsbqBXDXPISQX2jEh 4Lv3CUSL1Ve6XG0B4nX1GCZMq8KnvNQzK7ZUGMnwHpFLgtoN825s8r8s4kP4ooIDLs qhlV1m/ywSUM8jwsqdhErUpwexXnp/v/ZT7gmFNM= From: "fkastl at suse dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/112549] New: 9% exec time regression of 436.cactusADM on Aarch64 Date: Wed, 15 Nov 2023 15:26:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fkastl at suse dot cz 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 bug_severity priority component assigned_to reporter 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=3D112549 Bug ID: 112549 Summary: 9% exec time regression of 436.cactusADM on Aarch64 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: fkastl at suse dot cz Target Milestone: --- Host: aarch64 Target: aarch64 As seen here: https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.0=3D575.100.0 there's about 9% slowdown between g:ada871cfadd3f496 (2023-11-04 08:31) and g:fd1596f9962569af (2023-11-14 01:27) when running spec2006 436.cactusADM compiled with -Ofast. The test was run = on an Aarch64 machine (-march=3Darmv8.2-a+crypto+fp16+rcpc+dotprod+ssbs).=