From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A56CC3858C2D; Tue, 11 Oct 2022 03:14:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A56CC3858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665458079; bh=Y8vTJU0DC1FYrpc6MJhfAUPG9BrfKV+Iwl12WAMrfU0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vtIhN8PAvzLsjCUpFDSAthWih1AffRlQDPFSLJciSVt9Nki2AOFQpifkkyaR8A8sl TiUYsHRajHt7HCtPU+oSjbN/n64xJIZ2cumP2T7ba8a9wXmd9zLiLKWGlubzVKUvuo tR9TlEbpXE/OR06kbH37ErSPtGTP132HaCUXAd+E= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/107208] [aarch64] llvm generate better code than gcc base on _Complex type mul Date: Tue, 11 Oct 2022 03:14:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: pinskia 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: bug_severity keywords component 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=3D107208 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement Keywords| |missed-optimization Component|c++ |rtl-optimization --- Comment #1 from Andrew Pinski --- Most likely this is a register allocation issue. I suspect it is due to the= way incoming and returns are represented for complex integer types. Note complex integer types are an extension to the c language so I doubt ma= ny people use them anyways.=