From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 451683858C5E; Mon, 7 Nov 2022 07:42:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 451683858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667806922; bh=1bIvd15as7ufe//3zO+23x5Xg84tkudtcx/o/LEZteQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RVD8LY8jA0lDtLINVPbdEP2I6dAnH5aSH7kkjE2wD9u4DKgaSQnvFTGRzGdKEdWvc t7pDjubY7o2Zmkj656oaMDC3qQV/YXxUzxwmhrPnxB9vsVxVMugz0KaKhCbrrc/DIL 1A/2q0KCJvCt0EIUwogJQBh1q12Hojg4tyzm6bzM= From: "rvmallad at amazon dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107413] Perf loss ~14% on 519.lbm_r SPEC cpu2017 benchmark with r8-7132-gb5b33e113434be Date: Mon, 07 Nov 2022 07:42:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: rvmallad at amazon dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: wilco at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D107413 --- Comment #11 from Rama Malladi --- (In reply to Wilco from comment #10) > I'm seeing about 1.5% gain on Neoverse V1 and 0.5% loss on Neoverse N1. I= 'll > post a patch that allows per-CPU settings for FMA reassociation, so you'll > get good performance with -mcpu=3Dnative. However reassociation really ne= eds > to be taught about the existence of FMAs. Thank you very much Wilco.=