From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DC801384AB6A; Tue, 16 Apr 2024 15:45:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DC801384AB6A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713282320; bh=A+lkBt7nNn1U/41P2qfkMyqBigYbKE6iJGy3BQ9aTPQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vUgEiN6ZlnpTIkjW+AzXpsbc7pV9ogOcwEvwlm6U7DOgqybo/t+gbLMowdU1YTEO6 KSpMsg8SAmylHW5OjNT6Xm932uYRbYoVX24eQVRY0sCO7nEMcR/OEOF+9JNVN/e/cB Q8V6282gYz/QWubiqMXjCT7ntCxLjdUNnP7pl0YQ= From: "wilco at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114741] [14 regression] aarch64 sve: unnecessary fmov for scalar int bit operations Date: Tue, 16 Apr 2024 15:45: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 X-Bugzilla-Severity: normal X-Bugzilla-Who: wilco 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: 14.0 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=3D114741 --- Comment #2 from Wilco --- It looks like the underlying bug is '^' being incorrectly treated like '?' = in record_reg_classes (which is never used during reload). Fixing that results= in the expected code being generated in all cases. It looks this issue was introduced in the original commit d1457701461d5a49ca6b5d8a6d1c83a37a6dc771=