[llvm] Add m_SelectCCLike matcher to match SELECT_CC or SELECT with SETCC (PR #149646)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 20 04:18:29 PDT 2025
================
@@ -83,42 +83,41 @@ using namespace llvm::SDPatternMatch;
#define DEBUG_TYPE "dagcombine"
-STATISTIC(NodesCombined , "Number of dag nodes combined");
-STATISTIC(PreIndexedNodes , "Number of pre-indexed nodes created");
+STATISTIC(NodesCombined, "Number of dag nodes combined");
----------------
RKSimon wrote:
(style) Only clang-format the related lines you have changed for the patch
https://github.com/llvm/llvm-project/pull/149646
More information about the llvm-commits
mailing list