From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D401C3858D32; Fri, 3 Nov 2023 01:10:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D401C3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698973836; bh=SnYD3KZUTYwXB00d/hLd++rrIIaWXfqhtT19Kmg7aR8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bVI+tp9ds+DMZv17IAWMQ/uzo7Us6TApE71fR3OpLRsgFeiR7OiJDQUNsV1qaKWmR 2UBbfzcRm8fK0S4v4BsmWr4tVOI/qx0SCzeE2CejZJvlbgY8+84MSj3iVzzOVcZv8V EUBo0ziNnKy0dLdam2O5TX97fkskFZmWa3G2SXZM= From: "juzhe.zhong at rivai dot ai" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112326] Redundant vsetvl in fixed-vlmax autovectorization codes Date: Fri, 03 Nov 2023 01:10:36 +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: juzhe.zhong at rivai dot ai X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: bug_status resolution 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=3D112326 JuzheZhong changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #2 from JuzheZhong --- Fixed=