From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 707B7385E013; Thu, 14 Mar 2024 16:17:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 707B7385E013 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710433020; bh=aaBo06dUcUxZtydlAm5ejk/sV5enRWBwIrQ7tAZx2Yc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VMneJEovG1/jYgCq58h7tfGtilDukRXIY/oiTAWBfwrgcPCgLvNCBhFKjS2APn0jy 914zAiy8OkwYWDainLuO+cUye0DM/OXHc8L/zEwajBcfZA9ElOQyoeX0lWQA3817kQ k0H0/omsT5463HSXH70J5JocsA6sdxPJmV2j7sn4= From: "rdapp at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112548] [14 regression] 5% exec time regression in 429.mcf on AMD zen4 CPU (since r14-5076-g01c18f58d37865) Date: Thu, 14 Mar 2024 16:16:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: rdapp at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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=3D112548 --- Comment #16 from Robin Dapp --- Thank you! I'm having a problem with the data, though. Compiling with -Ofast -march=3Dznver4 -mtune=3Dznver4 -flto -fprofile-use= =3D/tmp. Would you mind showing your exact final options for compilation of e.g. pbeampp.cc? I see, similar-ish for both commits: pbeampp.c:119:8: error: number of counters in profile data for function 'primal_bea_mpp' does not match its profile data (counter 'arcs', expected = 20 and have 22) [-Werror=3Dcoverage-mismatch] output.c:87:1: error: corrupted profile info: number of executions for edge= 3-4 thought to be 1 output.c:87:1: error: corrupted profile info: number of executions for edge= 3-5 thought to be -1 output.c:87:1: error: corrupted profile info: number of iterations for basic block 5 thought to be -1=