From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 32B30385770D; Wed, 24 May 2023 12:20:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 32B30385770D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684930803; bh=bVLTF+Vyy1h61jgmixIbPn03xKA6z2yq02sooGqNakI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=psMLZETSQVilGWScHL5mKIn0DVrZxiqK+gwimqjf21LSsU2UfRtvQRRY15mVfE000 e4NhwPE5+W0p+qExTzsg6NUDLhuivyJslv72nK7JBLVR7t4kFvr4AcWYxh/QldEv0x QAKQGcwiQOGIky8LY3Y/pMphVnjK2SPFWt1zki9o= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109955] Should be possible to remove vcond{,u,eq} expanders Date: Wed, 24 May 2023 12:20:02 +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: 14.0 X-Bugzilla-Keywords: internal-improvement X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org 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: 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=3D109955 --- Comment #1 from Richard Biener --- Created attachment 55149 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55149&action=3Dedit patch I tested This is the patch I tested. I have not yet investigated any of the FAILs. Causes might be missing/differing vec_cmp or vcond_mask patterns or differe= nt behavior of the vectorizer or RTL expander.=