From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 855D13858416; Tue, 8 Aug 2023 01:27:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 855D13858416 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691458073; bh=9eWRQxLtkGENw52+yruiVbf/IaXcCIPAmVV3hTUKtQ4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IugB/2H/ietfrLo4DMDoW2OE300vfXG57JPWp87SdiADPoL0D7/B6sR+xLARyqBDe mSIRdbpFLLfEUM/K3uFMqqZA7t87Ppk6B3azqr1IiLyDEfB9xBqhtgLjfb57CpXtTt aFG2TStEX2V2lfX84rPYNH+UZRESFv5jGA54zHkQ= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/99908] SIMD: negating logical + if_else has a suboptimal codegen. Date: Tue, 08 Aug 2023 01:27: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: 11.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: pinskia 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: attachments.created 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=3D99908 --- Comment #9 from Andrew Pinski --- Created attachment 55704 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55704&action=3Dedit testcase=