From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EABA83858C39; Tue, 9 Apr 2024 16:14:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EABA83858C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712679260; bh=YAxpmVKHaA+H0YneIIRc6iMKiE2+hCu8Tj7kpS89zio=; h=From:To:Subject:Date:In-Reply-To:References:From; b=b/LFnO1IY//AH90Y/iNZlDmIqB8pvuLXQ7szhhdvmCKzJdfgI8VCdjGfenCiggvG7 OxBTbFYG6NGWZptfXVWrsMnq2NXwor4NypbfYwvM1SpVWj6E/GxsJLmn/+Lrd4Dc/w UcsDtMcx0itxmvzlBMf750T32PWC3JCUbdPgfnbo= From: "pheeck at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114656] ~5% slowdown of 538.imagick_r on aarch64 Date: Tue, 09 Apr 2024 16:14:20 +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, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: pheeck at gcc dot gnu.org 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: 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=3D114656 --- Comment #2 from Filip Kastl --- (In reply to Jakub Jelinek from comment #1) > Can you try to revert r14-9692 if that commit isn't the cause? I have tried reverting r14-9692 and that indeed removed the slowdown. The benchmark ran as fast as on r14-9649-gbb04a11418f54c. So it seems that r14-= 9692 is the cause of this slowdown.=