From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AFEB33858C20; Mon, 6 Mar 2023 10:41:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AFEB33858C20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678099269; bh=/KHMF1nE7Q8T8mA4TtCvgES6W8g5vN+mKEiPOjxliWs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TgH9/0EjofU2BYfyKGGMjC5BY+Ksn0qJk0ie5kaME5mTNm/UUPdMT169flP1PHpg0 0dPTwB2TNk65LbzwHerXQp9kBoQpOQCMJqm6cE7GrKaRorXs0rnCPj3WaEFa46vJUC Ykr9yPpXPLxF+MxtlMX17Tcjw44rrg9xfaBuO5HY= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108938] Missing bswap detection Date: Mon, 06 Mar 2023 10:41:09 +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: 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: 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 #10 from Richard Biener --- One original idea was to leverage VEC_PERM as well but then at least on x86 a vec_perm can expand to many instructions so costing will be difficult (and there's obviously cross register file movements)=