From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D65903858D29; Sat, 25 May 2024 03:40:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D65903858D29 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716608410; bh=yMjLLFmPmVeT9pXG53/Vzv6d2adtQqECmQfvRNkyduY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ihpo55ScVFEsoj8v5ulExuvNFFZ9B9QCs4ZqgjqurJKdD7+DKFbp7jDpnUJKIU+nr qv5VfxHOv1YSx/E0yRBiTJz97FsNsc1lm2hwBiGWUTeC0cWhbCuKIyn2QNTkCOKoED CW2lOABrVUTElStr4UlWaPuO7/Pw2+5btI2z7z1g= From: "hp at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/115144] [15 Regression] 2% performance regression for some codes with r15-518-g99b1daae18c095 Date: Sat, 25 May 2024 03:40:10 +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: 15.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: hp at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 15.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords 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=3D115144 Hans-Peter Nilsson changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|testsuite-fail | --- Comment #11 from Hans-Peter Nilsson --- (In reply to Richard Biener from comment #10) > This should be fixed now. I applied the commit r15-815-g5b9b3bae33cae to r15-518 and built arith-rand-ll.c with -O2 -fno-delayed-branch -fno-ivopts -march=3Dv10 (like above, to avoid ivopts and delayed-branch issues and the simulation numbers= are even better than with r15-517: Basic clock cycles, total @: 13653025 Memory source stall cycles: 78259 So, verified. Thanks! ps. I removed the testsuite-fail keyword as that belongs to PR115182.=