From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D10A13858D35; Tue, 7 May 2024 03:18:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D10A13858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715051924; bh=AaOi5CEoINx9Kbc2bnpb4WzWFucIrrB95ksOzt0sJqg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mSVXXZzqX4lbBsqAO6TPKpnjnS3DfVLdD+Dzk8lukvZ72kqR/oh5Xnz2VGEV704EW iLNv4UcwB4xa2dWhoMlHe7wDdhKI13BSb5JKlAYOFK12UvcHnFejroPkrLBW731U7L JOnHxlOdRTRRkiaPoTxirUJIB16PrFUhErjDZZpw= From: "lee.imple at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114966] fails to optimize avx2 in-register permute written with std::experimental::simd Date: Tue, 07 May 2024 03:18:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: lee.imple 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=3D114966 --- Comment #1 from Imple Lee --- This is probably a regression. GCC 13.2 can generate optimal code. See https://godbolt.org/z/4n8ovr7jr .=