From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3D1EF3894E7C; Thu, 30 Apr 2020 07:09:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3D1EF3894E7C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1588230545; bh=kCwQHqJMCcMbve5Rj8y9NgMZXtVm09bnHzDbUnc2Fpc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hshs0uxfU0XMM6Is62NQaD6uI/ApbvrGYJ84Xi1WKYGNjYToVE54p/ihvlfJ7Yjbk Fm9tf86bEOrkLEHuNxED6hvenIJBoFh5jCXrQFCrh7j8pU68sYfjIVfwsMb3zWQH3O ZQDDA4RwL0mmlbkfwoJLqaiTZexPXTRH+JQ5+Zmw= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/94865] Failure to combine unpckhpd+unpcklpd into blendps Date: Thu, 30 Apr 2020 07:09: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: 10.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW 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: cc cf_reconfirmed_on bug_status everconfirmed 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Apr 2020 07:09:05 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94865 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rguenth at gcc dot gnu.org Last reconfirmed| |2020-04-30 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #1 from Richard Biener --- Similar as PR94864. I'll note that x86 might fare better if on GIMPLE inst= ead of _1 =3D BIT_FIELD_REF ; result_4 =3D BIT_INSERT_EXPR ; return result_4; we had a VEC_PERM but IIRC for two-element vectors this regressed some case= s. Note for this case the IL looks like above from the start so pattern-matchi= ng a insert of an element from another vector to a permute might be a possibil= ity as well.=