From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C17C43858416; Mon, 27 Feb 2023 08:39:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C17C43858416 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677487152; bh=5R44ZnY6KzGkHCXEpXZcj+40XbtJFYpxt5U/DB4XGhg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=J4STyBH+o+W8yV8LvuqTZTiTT812+GdmJ0va4RpAT/UmVxy7Iycdm4L/QluNX7XY2 tizWKj5eIuHT0xNkP1b5cEKTpLJu72/3NbzBrtEpdBn6DMjed4qA3d4BhhSfI3eOpG kXRYei2gAsQtuc8w3/E5nE5F+3m9g6+t+FxI1Fk4= From: "crazylht at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108938] Missing bswap detection Date: Mon, 27 Feb 2023 08:39:12 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: crazylht at gmail dot com 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: 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=3D108938 --- Comment #2 from Hongtao.liu --- > patterns it groks, so this would add for 32-bit only 0x03040102 (or, does= it > make sense It can be even more flexible, .i.e 0x04010203, 0x02030401, rotate count can= be any multiple of 8.=