From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 40BF63857C44; Mon, 18 Sep 2023 12:15:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 40BF63857C44 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695039354; bh=pI+HNPKe/jSznL3r/ktSEGzX+3dYNar+1ZQFDSM/AWI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YrUwHLfm4CHMsDLmPzLME6jGyufGcJ5CqHZOVtr2AeiiG1x0KVtY/GyPBMnRNOpMk AUzdfs4s9pnK+d+7E1fcN+Q1q45UnJ91ekyTBHQO4yfRYb9fWhji9nGcL4r9GqOO/B Lk5UAF83/6UK0JrugAwfNHd2u0DfZke+S1MVW48c= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111255] RISC-V: Miss combine two vsetvl insns Date: Mon, 18 Sep 2023 12:15:53 +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: cvs-commit 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=3D111255 --- Comment #1 from CVS Commits --- The trunk branch has been updated by Lehua Ding : https://gcc.gnu.org/g:4ab744ace2478c4b986ec4ac27c0e3467b7a6419 commit r14-4094-g4ab744ace2478c4b986ec4ac27c0e3467b7a6419 Author: Lehua Ding Date: Mon Sep 18 20:04:07 2023 +0800 RISC-V: Add fixed PR111255 testcase by other patch This patch add the missed PR111255 testcase which is fixed by this committed patch (https://gcc.gnu.org/pipermail/gcc-patches/2023-August/628922.html). PR target/111255 gcc/testsuite/ChangeLog: * gcc.target/riscv/rvv/vsetvl/pr111255.c: New test.=