From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D864B3858295; Mon, 10 Oct 2022 12:55:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D864B3858295 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665406553; bh=hcRk/xSlm49iuDL4xXB0BtQQZGP5hEG1U+VuTRyFODk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oG9XwZU9va9OsMGsH8yuh0GJCus+cCfldOlun/jU35S/uQHpCZfY25W0En1jtgenj JAOyiSsUClMNtLMNNcCvCMgnbkAQFXe28sM/1vfu+eqzOVFcBrWwYDuGm+AUYtEvUb K2p1Mk+RLzMZIl6M8RzFGgyZ5z08sXhNwW3n9nTg= From: "rguenther at suse dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107096] Fully masking vectorization with AVX512 ICEs gcc.dg/vect/vect-over-widen-*.c Date: Mon, 10 Oct 2022 12:55:53 +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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenther at suse dot de 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: 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=3D107096 --- Comment #7 from rguenther at suse dot de --- On Mon, 10 Oct 2022, rsandifo at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107096 >=20 > --- Comment #6 from rsandifo at gcc dot gnu.org --- > The PR means supporting targets where this assumption doesn't hold. > But I think we should test for it explicitly somehow. For now we > can probably assume that the assumption holds when the two mask > modes have equal size. more like precision but x86 uses QImode for two-element, four-element and eight-element masks (rather than two partial integer modes with two and four bits precision).=