From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 460CE3858D20; Fri, 20 Oct 2023 09:36:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 460CE3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697794614; bh=XC7i6kP3BQSVK7tpyFRueOY2ING3Qt+m99Fq9ypgj7g=; h=From:To:Subject:Date:From; b=SIiJQRnGNnqKYj42VqktqCwihjbJWDT0UFFLLTwAwxXb7urf8IejnMstoM41jrr/8 DbUIGwrY66kfqet+mCrFFc3VP+jM15HyisTP4GclZC2jciVmsq5oP7fUjTjcNFSFx4 N2hpFKttZBDsRrkldTP1R6wbnklKhnNWtakDsheM= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111893] New: range-op misses {L,R}ROTATE_EXPR handling Date: Fri, 20 Oct 2023 09:36:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D111893 Bug ID: 111893 Summary: range-op misses {L,R}ROTATE_EXPR handling Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: rguenth at gcc dot gnu.org Target Milestone: --- Seen when trying to check whether we exercise the constraint on the rotate amount operand. I also noticed we miss generic.texi documentation for those codes.=