From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B9D633857341; Mon, 29 May 2023 06:41:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B9D633857341 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685342506; bh=ZOK83wehpAYY0loGT74Uj/lvXrQZXJpk65VcM3GsYfw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lvw5wmHUEbNZJOjMwL2saPzg9YNkz4qrjvCZloSGczawCNpHEM6yRa++wcRjAiffv Pkj45+JyRt6YyBWx4wA6QMb5U01mAXfIN6fir4YGhmZJ8yohkJHmQ5Lc7VMKPDnmMB LGHXsZuHAePsZYjjjZtM6LDyH9sJSizKHBagZgGI= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109974] RISCV: RVV VSETVL Pass ICE in SLP auto-vectorization Date: Mon, 29 May 2023 06:41:45 +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: 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=3D109974 --- Comment #1 from CVS Commits --- The master branch has been updated by Pan Li : https://gcc.gnu.org/g:e9fd9efc8d64f944cb480322ee5ed2d0a46db87d commit r14-1315-ge9fd9efc8d64f944cb480322ee5ed2d0a46db87d Author: Juzhe-Zhong Date: Mon May 29 14:41:00 2023 +0800 RISC-V: Fix VSETVL PASS ICE on SLP auto-vectorization Fix bug reported here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109974 PR target/109974 Signed-off-by: Juzhe-Zhong gcc/ChangeLog: * config/riscv/riscv-vsetvl.cc (source_equal_p): Fix ICE. gcc/testsuite/ChangeLog: * gcc.target/riscv/rvv/vsetvl/pr109974.c: New test.=