From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5DCC43846477; Mon, 10 Oct 2022 14:20:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5DCC43846477 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665411635; bh=krU5SXYTZE+GGXxvA/RFHVf8KeVz03xnPmshLBcKjwM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=U+h1uBHMaojF+gsgqulfr3zqKLg4Ee6+1BWtQDdu28pkOCoW3wgfydw+SXRvqZbBB ohqAkgV5+3Jb4DTYAMTul6XypTOPS0q+Zxn06UfWQvC/EwFabQ3uJzbxEokDBk4oIU bB6Yf5kcN6yIp3dJu+Bs7a9NoPxCY8LnL3FYoSPQ= From: "rsandifo at gcc dot gnu.org" 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 14:20:35 +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: rsandifo at gcc dot gnu.org 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 #8 from rsandifo at gcc dot gnu.org --- (In reply to rguenther@suse.de from comment #7) > 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). Ah, OK. So yeah, maybe the precision of the vector boolean element * the number of elements.=