From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6E41C3858CDA; Mon, 22 Apr 2024 19:19:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6E41C3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713813570; bh=8hlNXKQHYcDXGnkH8EUXd0ybDMciz5DY81t5/9VU1Vo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vfrcAMLn4+GmlsYn+kCtzruk/OH23qC1PZolZyqu3xqOmnApyZQtjcjfJ43JFkFvI y0tym6qt3LiXJ/5M1QQhp3RJRuV4oEvTSXO826U0uNjxYJE72nCyoVBWtUOdJ0ythu ShvmFlvf5m6Sv3oC333STNX1nEFfX1UGQHK1fz5s= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114785] special handling of COND_EXPR in gimple_extract can be removed Date: Mon, 22 Apr 2024 19:19:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: internal-improvement X-Bugzilla-Severity: enhancement X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia 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=3D114785 --- Comment #3 from Richard Biener --- Note there's still code in tree-vect-patterns.cc creating those and code in tree-vect-stmts.cc might use gimple_extract on them.=