From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 40731385703C; Wed, 24 Aug 2022 01:12:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 40731385703C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661303526; bh=xJJSibrcPT4+BybSqUmfJve7E1oq/1PUYsVqyMeLfto=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RjQ4J42g6YXhR3Zy5BCkFfMYvOXCTcTtjJiqKvQzCDOIrSMzDuucTz6oRRgZJqEN5 C+biSANqfAPtfwxxz0adWIYRZd94wz0UjrI/sxzKnvgCbwpuSXVUZak7B9966JPQ8D F4i8OGxpQXK3RfYHyVBtJtKCW3dnTD/Ub5QdB8WY= From: "crazylht at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/106721] Error: invalid character '<' in mnemonic since r13-2122-g86c0d98620ee3a Date: Wed, 24 Aug 2022 01:12:05 +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: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub 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=3D106721 --- Comment #4 from Hongtao.liu --- (In reply to Jakub Jelinek from comment #3) > Created attachment 53494 [details] > gcc13-pr106721.patch >=20 > Untested fix. This fixes all <[a-zA-Z] occurrences in tmp-mddump.md (exc= ept > those in comments). Whether for V*BF or V*HF modes it is better to use i= or > f suffixed broadcast etc. is something I have no idea about, used f for n= ow. Maybe we should align them with V*HImode like other vector shuffle, broadca= st instructions, which means use i instead? Others LGTM, thanks for the fix.=