From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EBA03385AC29; Fri, 24 Mar 2023 22:33:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EBA03385AC29 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679697229; bh=c3rVyqEs0irhOcFkuCig9+4QlLRFnUntWdJit4Cx6C8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RFIOBdHR8PxQhuRnfQSYHFphRjwHcCT5FsbO2AIjgyDgHUs8iAf0/vNa5hfBO+vM5 I+7aLyF4Y1WNrvtSLKfpIeaot4krrlr9Nh6yLYzxy6QJyAwZlqlpVKRvmgBlNdpmrl OUFg3znwio/6pjiV5hIHKuVYPhonioTfiOXnMhK0= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109279] RISC-V: complex constants synthesized should be improved Date: Fri, 24 Mar 2023 22:33:48 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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=3D109279 --- Comment #7 from Andrew Pinski --- riscv_split_integer does something similarlly to what I was suggesting but = for some reason it is not kicking in for this case ...=