From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A66AE3858D1E; Mon, 24 Apr 2023 15:57:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A66AE3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682351854; bh=eumH8b5avWV9mdLfLPW622DWAw4DBB1wAOFY5oXIP6U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=n87HVJerQafR9PSGEB3aCmPh4NULP80Wnh357c34NIgG/sI9SICbdSnhz66PqeeDV YacBF+8p4UsG7V7vQmiTdsKM2eaOnga7SdYQxeYh+MVj5BHgIWI20FgBpIWASJQ7ne YorssA6WTOIjit4kpjodFrRSqSZ/zKEZw2ETaoic= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/68894] Recognition min/max pattern with multiple arguments. Date: Mon, 24 Apr 2023 15:57:34 +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: 6.0 X-Bugzilla-Keywords: missed-optimization, TREE X-Bugzilla-Severity: enhancement X-Bugzilla-Who: pinskia 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=3D68894 --- Comment #11 from Andrew Pinski --- The phiopt issue is fixed for GCC 14 now. Ifcvt will be fixed soon.=