From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4BB89386F426; Thu, 27 Aug 2020 09:09:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4BB89386F426 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1598519356; bh=LoTpp2zs40bEi2p19P9q6gG1KVGN425Pm0d2z4AtDNU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DiUIPJnVRgVas4QBPg5MZByfpeAuqF+uCwIUsFgfqNIG0NuKyAseVQZQMH62Xx43F gM+hJka8UgiiFzNs4Ir6w7BFphCrJScuaf0p3B+maJZPbkSURyCx1I/fQtgkHNKDTo r7TTFFJUdT5bPHGPq7asFyECW7qvgmA27rZTVmiE= From: "crazylht at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/96744] [11 Regression] FAIL: gcc.target/i386/avx512bitalgvl-vpopcntb-1.c execution test Date: Thu, 27 Aug 2020 09:09:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: crazylht at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Aug 2020 09:09:16 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96744 --- Comment #10 from Hongtao.liu --- (In reply to Uro=C5=A1 Bizjak from comment #3) > Created attachment 49112 [details] > Retune mask <-> general moves cost >=20 > It looks to me that mask <-> general cost is too low, so the compiler now > prefers these moves too much. Attached patch equalizes mask <-> general c= ost > with xmm <-> general cost, and it seems to fix the problem. >=20 > Hongjiu, can you please retune the costs, using the attached patch as the > start? I'll spend some time to retune it.=