From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CC6053858C1F; Thu, 13 Jul 2023 07:22:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CC6053858C1F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689232933; bh=hNBBj7KUKuQrxMR24qRpaddqlHxdvkZCLeNL87bds4k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lTPknh6LdxqlgLl5RDIDmuPDbEIA4zc/Vwea7jxXZmRCcrEpWjdkUsSYuyJiOzvwI fSBVBnuQ/Rx9/dCR5J0tZK5An+M9rWrjLNSrXcA1wrqux9xXwKhcgfdCOOGdOYT4eR bF4ao7lwfmpBV8p1h7cK9C1jt1PCDnUwVWdD+LE0= From: "guihaoc at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/104124] Poor optimization for vector splat DW with small consts Date: Thu, 13 Jul 2023 07:22: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: 11.1.1 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: guihaoc at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: guihaoc at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D104124 HaoChen Gui changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #6 from HaoChen Gui --- fixed=