From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D8ABB385DC02; Mon, 30 Mar 2020 18:21:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D8ABB385DC02 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1585592504; bh=JrXNryVrR6B+dbcyLEkY8RBwonLM/qRobNqCeEIIi/I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RYfE+0wW6EcOWgiY1ILjkBNZNFsCaAJI2XyWD9LJSAK7gwb4n56xLU6WY3fmOe2rw L3s7ZsEu7fOE5eeHZ8WsLpNv3rA+rLemtb/B6D9Sot1bjj7V6/FRMYwzxoC8L3QcVj iMUaUm7pnEPR8701yJY3xnOoTcca2K/Od+49QBlI= From: "jamborm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug gcov-profile/90364] 521.wrf_r is 8-17% slower with PGO at -Ofast and native march/mtune Date: Mon, 30 Mar 2020 18:21:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: gcov-profile X-Bugzilla-Version: 9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jamborm at gcc dot gnu.org X-Bugzilla-Status: NEW 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: cf_reconfirmed_on short_desc 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2020 18:21:45 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D90364 Martin Jambor changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2019-05-06 00:00:00 |2020-3-30 Summary|521.wrf_r is 9.5 % slower |521.wrf_r is 8-17% slower |with PGO on Zen CPUs at |with PGO at -Ofast and |-Ofast and native |native march/mtune |march/mtune | --- Comment #9 from Martin Jambor --- The problem still persists accross the board, causing: - 17% regression against non-PGO on AMD Zen2 CPU, - 8% regression against non-PGO on AMD Zen1 CPU, and - 12% regression against non-PGO on Intel Cascade Lake server CPU. All of the above is at -Ofast -march=3Dnative, by the way, at just -O2 (and generic -march) PGO actually helps by 25-27% on all three systems, so I would double check before blaming specinvoke (though of course it might be the culprit).=