From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 38C043856DDD; Tue, 18 Apr 2023 09:07:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 38C043856DDD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681808852; bh=gVwRQYk/rDwStoYBr4UyuRnH+9ol723M5oGt7M+pCLQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uMimk1J/WKmAlHBeHPruviVNB3zC/kg7pv7EtS5j6M13IsM0yW0mbQTXq/VQqgAcA QSZEVX4jUp0CmFaUtJlmqu89fW6nCVjVVWzJ8sJ/dmtras0XzaGMiCqnnKZU6dtPht CqCD54UN3qnBIhHZdzKxviVCvpUVWhMbifel/k44= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/98856] [11/12/13/14 Regression] botan AES-128/XTS is slower by ~17% since r11-6649-g285fa338b06b804e72997c4d876ecf08a9c083af Date: Tue, 18 Apr 2023 09:07:22 +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: 11.0 X-Bugzilla-Keywords: missed-optimization, ra X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to bug_status 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=3D98856 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|rguenth at gcc dot gnu.org |unassigned at gcc d= ot gnu.org Status|ASSIGNED |NEW --- Comment #44 from Richard Biener --- The original description is for znver1 which we stopped benchmarking. https://lnt.opensuse.org/db_default/v4/CPP/graph?highlight_run=3D39959&plot= .0=3D171.721.1 is for znver2 still showing the regression and the following for znver3 which doesn't date back to the rev that regressed https://lnt.opensuse.org/db_default/v4/CPP/graph?highlight_run=3D39969&plot= .721=3D283.721.1 So the issue is still there but I am no longer actively working on it.=