From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D14773858408; Tue, 21 Nov 2023 01:12:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D14773858408 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700529179; bh=rKQwUcyHFNZB5Jv3UbdfovdDlZNFRLSlPIkZPk6Wdoo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=w04N/2UCMYu+sev/lPulgo0a/3uoYvLA4yonnVpOCPT/rgNU93xm2mSdsumSLx16K AqJC2vv05lC+RduID+u9CaBfIZJcP8iP6zR7aeEICeKeOd5/1eSuyNkYHFQ6vJuGgm uvG3iz3jWkM1UJcQtEYSuOmyb7A3XBv7tQJen0CY= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111972] [14 regression] missed vectorzation for bool a = j != 1; j = (long int)a; Date: Tue, 21 Nov 2023 01:12:59 +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: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D111972 --- Comment #13 from Andrew Pinski --- (In reply to liuhongt from comment #12) >=20 > Is there any progress for this? I have a patch ready to post for this but since I changed employement a few weeks ago, I have to clear legal requirements still. It is a holiday week in the US this week too which partly blocks that too. I should be able to subm= it it the week after next.=