From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 17E613858D28; Sat, 4 Dec 2021 13:56:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 17E613858D28 From: "unlvsur at live dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/103550] 2 more instructions generated by gcc than clang Date: Sat, 04 Dec 2021 13:56:45 +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: 12.0 X-Bugzilla-Keywords: missed-optimization, ra X-Bugzilla-Severity: enhancement X-Bugzilla-Who: unlvsur at live dot com 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2021 13:56:45 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D103550 --- Comment #10 from cqwrteur --- (In reply to Roger Sayle from comment #9) > Note adding -fno-tree-reassoc results in fewer instructions than clang. maybe I am a little bit picky since I keep writing "portable assembly code" with C++. I just frequently compare assembly generated by the compiler to manually written assembly. However, I think that is how we got an improveme= nt on the GCC compiler since I do frequently find out suboptimal codegen with = it. The 21 instructions look really good. Do not know whether we can squeeze it further. Do not get me wrong. Actually, clang runs much slower for my sha512 in gene= ral (since they generate much more instructions (around 10% more)). I just comp= are GCC to openssl's manually written assembly (well it is actually generated by perl script) and i feel it moves more registers.=