From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 971083858401; Tue, 27 Dec 2022 23:31:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 971083858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1672183873; bh=S7yv3FjNXBN3LOg95/XVjvf6G9bVjemkC4M6GAaQ4HA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oJz2rqclFO76EptN/urHM3u23bq7YvEkoSRFjw3K/14Kko2crxm+Q1McF631FajfJ laZC8TGrPSNHHnp2AU3Qsc8SrKH0HfMs/i9uZz42fsJ+puScui0XJl43O/y4jEe4ZN Kw9WpUykPjiDvYHRJC9H1EcLLqxTZO3ShhX5w+Do= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/106602] riscv: suboptimal codegen for zero_extendsidi2_shifted w/o bitmanip Date: Tue, 27 Dec 2022 23:31:08 +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: 13.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW 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=3D106602 --- Comment #26 from CVS Commits --- The master branch has been updated by Jeff Law : https://gcc.gnu.org/g:2e886eef7f2b5aadb00171af868f0895b647c3a4 commit r13-4907-g2e886eef7f2b5aadb00171af868f0895b647c3a4 Author: Raphael Moreira Zinsly Date: Tue Dec 27 18:29:25 2022 -0500 RISC-V: Produce better code with complex constants [PR95632] [PR106602] gcc/Changelog: PR target/95632 PR target/106602 * config/riscv/riscv.md: New pattern to simulate complex const_int loads. gcc/testsuite/ChangeLog: * gcc.target/riscv/pr95632.c: New test. * gcc.target/riscv/pr106602.c: New test.=