From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5FF133858431; Mon, 28 Aug 2023 01:26:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5FF133858431 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1693185989; bh=m4YokqmhbCGaPycU/MseZjL0qMlIxheVRwEDGOACgGI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IoMfYYXdcNQgSE8PqTTJDB+o3Reri3kF3rxvF4GIXIhEZ8zy7q3dZs/c7j6GUhvCg bgAeH/vEv9f5fNuZQBV/R1kEg6pm0VXmpzZCbqSjbIhFwWcru2Qfnvq2mlgV2jtx4t Wm7aDUmsXLNmcyGc/dsBOErLIsLasmucCv3Hhx8s= From: "crazylht at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111119] maskload and maskstore for integer modes are oddly conditional on AVX2 Date: Mon, 28 Aug 2023 01:26:29 +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: 14.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=3D111119 --- Comment #5 from Hongtao.liu --- Fixed in GCC14.=