From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6E3383858C2F; Wed, 25 Oct 2023 09:29:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6E3383858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698226190; bh=A+BlL9Zk7p9iKGWSbjMjqwNovDBA6nyz9mgZLdO+EKE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gTU/IHDzwb7LzM2fVtc9VTCJ6XM9VvcbkHbcu/nuZpv73jEY3ZkcUXp2bE9zqSlGu rB2l0/QprynQk/X/ADhKkIQzYCLpfaBVl3e/bIGUb1T8X//eSMav6IuMjpjBuNWCS1 bjNAORpoiZvOmNjLnTef5nMmmyv0p25hIAoKItKw= From: "crazylht at gmail dot com" 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: Wed, 25 Oct 2023 09:29:49 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: crazylht at gmail dot com 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: cc component 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 Hongtao.liu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pinskia at gcc dot gnu.org Component|middle-end |tree-optimization --- Comment #1 from Hongtao.liu --- The phiopt change is caused by r14-338-g1dd154f6407658d46faa4d21bfec04fc2551506a=