Received: by 2002:a05:6358:4e97:b0:b3:742d:4702 with SMTP id ce23csp1674189rwb; Fri, 12 Aug 2022 05:11:55 -0700 (PDT) X-Google-Smtp-Source: AA6agR52JudCKpIVT8k21q84kOyk/oXBomIv4i1xlmo7kbB8DfFGEoGmonsQQeuOI6RFRz9q5FO7 X-Received: by 2002:a17:90a:8001:b0:1f4:fe95:c420 with SMTP id b1-20020a17090a800100b001f4fe95c420mr3985232pjn.146.1660306314981; Fri, 12 Aug 2022 05:11:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1660306314; cv=none; d=google.com; s=arc-20160816; b=OSmyQf9/vbBlHxI8HnwYeMI1tKrUvGLDfmcrtd3USmP+5LLdoQy0gyr6UJrBV+E9jk rbNWV5S6JX7UsHC3LJgOoAbttm1jm6Ws09hRJDZww+90tOnT54vtrMWhNbLkDEjp2gty BbKAidWhglT0eT7SP3dU6+GCpKaQLSkFssY79IZ59K5KWRHHDwhEdR3ImE+haI/lJuGw 5mqf9CSfnEo2LwxUKtw/Ct/FfakaEohsF2I8iYIFAYGMsr79ylsEhNZxYr+KglFz8o0M 6GRMtQYPd2Y+kdntsiOO+S1OIqZCeNF9Z759Z0Yg5Rkr9UVX9uc/MMyP5uZe5JBRXx/4 HGPA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=OwPkn+Yl3Zc5aXvBswmX4gmK7FKhA/lCB69vQz5wyk4=; b=cEAmnCPTCx6KFeWMCRjljgTLH0UPvxvb4gYX8a4i5dMRL0+w/JHznltqtC7wxWlQgB p7vsgYSuiYMvU+VNliDeNgobukaEqc0L9rZJcKKMB0ief/ajRFht8e1U1heEK0Q9v5rj i/RMR56PmWfZiCPqijsl2mqJksZn6vJqy/zGAaadOYmchvO33SKVTK7a8lXpYYwNtlP+ 77a9S0zpgbAG4Dr2J3Z+vB7ETRmqa2VyrfKIizBOTLf/oZBnMq4xAOiHm4UiFsxU8aVW ONWqYDaKuqXMKOb0jsidG7x78M3CWqeJAAToFUkK93fIunjWZfVsHtv8YoSbx/R0GShS KLZw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id o32-20020a634e60000000b0041bfb247bbdsi2245913pgl.259.2022.08.12.05.11.40; Fri, 12 Aug 2022 05:11:54 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238292AbiHLLwr (ORCPT + 99 others); Fri, 12 Aug 2022 07:52:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35950 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238282AbiHLLwp (ORCPT ); Fri, 12 Aug 2022 07:52:45 -0400 X-Greylist: delayed 450 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Fri, 12 Aug 2022 04:52:43 PDT Received: from smtp.smtpout.orange.fr (smtp-26.smtpout.orange.fr [80.12.242.26]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 96918AE9E0 for ; Fri, 12 Aug 2022 04:52:43 -0700 (PDT) Received: from YC20090004.ad.ts.tri-ad.global ([109.190.253.11]) by smtp.orange.fr with ESMTPA id MT5eouHcQeT4cMT5zoVeNO; Fri, 12 Aug 2022 13:45:10 +0200 X-ME-Helo: YC20090004.ad.ts.tri-ad.global X-ME-Auth: bWFpbGhvbC52aW5jZW50QHdhbmFkb28uZnI= X-ME-Date: Fri, 12 Aug 2022 13:45:10 +0200 X-ME-IP: 109.190.253.11 From: Vincent Mailhol To: Borislav Petkov Cc: Nick Desaulniers , Thomas Gleixner , Ingo Molnar , x86@kernel.org, Peter Zijlstra , Dave Hansen , "H . Peter Anvin" , Nathan Chancellor , Tom Rix , linux-kernel@vger.kernel.org, llvm@lists.linux.dev, David Howells , Jan Beulich , Christophe Jaillet , Joe Perches , Josh Poimboeuf , Vincent Mailhol Subject: [PATCH v5 0/2] x86/asm/bitops: optimize ff{s,z} functions for constant expressions Date: Fri, 12 Aug 2022 20:44:36 +0900 Message-Id: <20220812114438.1574-1-mailhol.vincent@wanadoo.fr> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220511160319.1045812-1-mailhol.vincent@wanadoo.fr> References: <20220511160319.1045812-1-mailhol.vincent@wanadoo.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The compilers provide some builtin expression equivalent to the ffs(), __ffs() and ffz() functions of the kernel. The kernel uses optimized assembly which produces better code than the builtin functions. However, such assembly code can not be folded when used with constant expressions. This series relies on __builtin_constant_p to select the optimal solution: * use kernel assembly for non constant expressions * use compiler's __builtin function for constant expressions. ** Statistics ** Patch 1/2 optimizes 26.7% of ffs() calls and patch 2/2 optimizes 27.9% of __ffs() and ffz() calls (details of the calculation in each patch). ** Changelog ** v4 -> v5: * (no changes on code, only commit comment was modified) * Rewrite the commit log: - Use two spaces instead of `| ' to indent code snippets. - Do not use `we'. - Do not use `this patch' in the commit description. Instead, use imperative tone. Link: https://lore.kernel.org/all/YvUZVYxbOMcZtR5G@zn.tnic/ v3 -> v4: * (no changes on code, only commit comment was modified) * Remove note and link to Nick's message in patch 1/2, c.f.: Link: https://lore.kernel.org/all/CAKwvOdnnDaiJcV1gr9vV+ya-jWxx7+2KJNTDThyFctVDOgt9zQ@mail.gmail.com/ * Add Reviewed-by: Nick Desaulniers tag in patch 2/2. v2 -> v3: * Redacted out the instructions after ret and before next function in the assembly output. * Added a note and a link to Nick's message on the constant propagation missed-optimization in clang: Link: https://lore.kernel.org/all/CAKwvOdnH_gYv4qRN9pKY7jNTQK95xNeH1w1KZJJmvCkh8xJLBg@mail.gmail.com/ * Fix copy/paste typo in statistics of patch 1/2. Number of occurences before patches are 1081 and not 3607 (percentage reduction of 26.7% remains correct) * Rename the functions as follow: - __varible_ffs() -> variable___ffs() - __variable_ffz() -> variable_ffz() * Add Reviewed-by: Nick Desaulniers tag in patch 1/2. Vincent Mailhol (2): x86/asm/bitops: ffs: use __builtin_ffs to evaluate constant expressions x86/asm/bitops: __ffs,ffz: use __builtin_ctzl to evaluate constant expressions arch/x86/include/asm/bitops.h | 64 +++++++++++++++++++++-------------- 1 file changed, 38 insertions(+), 26 deletions(-) -- 2.35.1