From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C1AC63858C52; Fri, 23 Sep 2022 05:32:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C1AC63858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663911127; bh=UlPTNBjlEn6vNNCnp2/osbmpdyth9Ai/H0UuT1sLklg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GqiMOfxWAwf4GauS9g1zipTVEqEGxliDbkyTN47+pmMR59vEJ0v8tOnPR/AkQTjb6 KbpP8E/ZkrptPUtZYhy9getzyt3+Dzy4Bk4A53Izpvndsa+Lzqlx6Ts57ZIRMwpZau 7eaYO6KFeecc8TxQF4P8JMFqaJvoZVH1ydeXQLLw= From: "crazylht at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/94962] Suboptimal AVX2 code for _mm256_zextsi128_si256(_mm_set1_epi8(-1)) Date: Fri, 23 Sep 2022 05:32:07 +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: 10.0 X-Bugzilla-Keywords: missed-optimization 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: 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=3D94962 --- Comment #9 from Hongtao.liu --- Fixed in trunk.=