From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D59E63857713; Wed, 5 Jul 2023 07:49:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D59E63857713 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688543371; bh=w7/XzB+wY76uAUhn5+GGcznrhGiN2xhJ8bsxA1PNDkA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PchYyWrLH/SjEZQ/Po6STkWXQtIN5TJLvJ04KiGrFtVo96xtjPvbOAnzToKGMuovX 3Dx2cH8j/q1FRSOK02Pr57kiowjHmG/QCzPs7yiql7tEQRtz6UKev29xgGpACFyJFP BPEagHFEco2Fc+2PDCUjARiQ3vkuH7cSfMs1F1mE= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/100711] Miss optimization for pandn Date: Wed, 05 Jul 2023 07:49:30 +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.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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=3D100711 --- Comment #13 from CVS Commits --- The master branch has been updated by Jan Beulich : https://gcc.gnu.org/g:3186ef0cb9e2d25e8455f9990e50187e3d1eee19 commit r14-2312-g3186ef0cb9e2d25e8455f9990e50187e3d1eee19 Author: Jan Beulich Date: Wed Jul 5 09:48:19 2023 +0200 x86: allow memory operand for AVX2 splitter for PR target/100711 The intended broadcast (with AVX512) can very well be done right from memory. gcc/ PR target/100711 * config/i386/sse.md: Permit non-immediate operand 1 in AVX2 form of splitter for PR target/100711.=