From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7CA8E3858401; Fri, 26 Apr 2024 15:29:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7CA8E3858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714145361; bh=xP+0wyX/qHW2MriJ2D6EfxRCDexpLBp7eTnGDofIBW8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=k+PGgC55wRDbuwvhOswi7kPk3WBcRgA6YEXuQD3sKtIIKn8XgCh+eIYYg5LJ5Gl2L gDJIX8GZNvUGEtFNK1b3A78emoDJL75GQpJluevvkT5TVKNpKd2SgzXRXY2qQJWL52 CPH+/pclNrDxmmtWaDt8w/mVvpNH3d+GGYCUi4p4= From: "stefansf at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110490] tree-ssa/clz-* and tree-ssa/ctz-* fail on s390x with arch14 (expression_expensive_p not handling if there is wider clz/ctz/popcount optab) Date: Fri, 26 Apr 2024 15:29:20 +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: 14.0 X-Bugzilla-Keywords: missed-optimization, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: stefansf 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: cc 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=3D110490 Stefan Schulze Frielinghaus changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stefansf at gcc dot gnu.org --- Comment #4 from Stefan Schulze Frielinghaus --- https://gcc.gnu.org/pipermail/gcc-patches/2024-April/650001.html=