From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1E0653858283; Fri, 26 Aug 2022 01:22:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1E0653858283 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661476977; bh=Nn6hUq9XOjT6EJerQTpr7Wtej6asYphcE4aLCLfYZmY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uUrOsvqUnHd7B5Qul8NOGTNlB3EIsQkhE5fH6WGnhW8gx/PfQA1cDn9slW/Mo+2vT wP2tsMJBeD6Q2n5dXxTeOQTI3McVNDk0Eddhs795nlrTmSGXKScIGW87i8DK+XDG73 yskJQKyUSmoxpX664utMfau+qrjwInu30scp/TWs= From: "crazylht at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/106704] [12/13 Regression] avx intrinsic not generating vblendvps instruction with -mavx Date: Fri, 26 Aug 2022 01:22:53 +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: 12.1.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: crazylht at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 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=3D106704 --- Comment #11 from Hongtao.liu --- Fixed in GCC12.3 and GCC13.=