From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 76B7F3858428; Sun, 26 Nov 2023 09:15:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 76B7F3858428 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700990140; bh=WNvNiNvHVpGQfq5YXIUHEcGu9br9sOeshUmsTcrTRXE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pGrG4igp6PJn2iAQPQPWWwubBTZEaOPa+G/XOtq1x1UzBKktsU4NnCwrrYrWHvoXf HjFk4rDBcREcN0HY77jPFfn1WV4iIQcBLeoZHJNrCnvuscFaDtPmrlmOzzTrG1do4C zs6pdoNZlRKXLOWBVXxj/kqD7hUXI/f8nG5JVVXg= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112599] RISC-V regression testsuite errors with rv64gcv_zvl1024b Date: Sun, 26 Nov 2023 09:15:38 +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: testsuite-fail 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=3D112599 --- Comment #5 from GCC Commits --- The master branch has been updated by Pan Li : https://gcc.gnu.org/g:ec84a1e7a18f65858a1b129ff80cb32e64cf151b commit r14-5851-gec84a1e7a18f65858a1b129ff80cb32e64cf151b Author: Juzhe-Zhong Date: Sun Nov 26 17:13:55 2023 +0800 RISC-V: Disable AVL propagation of slidedown instructions Re-check again RVV ISA, I find that we can't allow AVL propagation not = only for vrgather, but also slidedown instructions. Committed. PR target/112599 gcc/ChangeLog: * config/riscv/riscv-avlprop.cc (avl_can_be_propagated_p): Add slidedown. (vlmax_ta_p): Ditto. (pass_avlprop::get_vlmax_ta_preferred_avl): Ditto. gcc/testsuite/ChangeLog: * gcc.target/riscv/rvv/base/vf_avl-1.c: Adapt test. * gcc.target/riscv/rvv/autovec/pr112599-3.c: New test.=