From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CE5013858C83; Wed, 15 Mar 2023 22:10:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CE5013858C83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678918204; bh=bMZQxdQD5+d3axbYiqQda0fepXARFWLwK2ogMfPFKz8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YGEcweLJj9LwB+cqt3DuJ1DAWuKEBetttYIuBZiFru2KFsvvXuB4kbJ7lWjJbDt6L YOTjjUBX1rcI4t2cS3WczUIxHYo22hfyuzTjFB58UB9hyxLO3MNyhiQKJcwGNniL1h BVpwSOLYdDEk8nzZMe9k6IubxbHMRDM1FwFPk80c= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108933] [10/11/12/13 Regression] Missing rev16 detection Date: Wed, 15 Mar 2023 22:10:04 +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: 13.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 10.5 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=3D108933 --- Comment #3 from Andrew Pinski --- Also note the arm fix will be very similar to what was done for aarch64 jus= t I have no way to test the change so I didn't implement it ...=