[Mlir-commits] [mlir] Improve mlir-query by adding matcher combinators (PR #141423)
Jacques Pienaar
llvmlistbot at llvm.org
Mon May 26 08:43:34 PDT 2025
================
@@ -0,0 +1,36 @@
+//===--- MatchersInternal.cpp----------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// Implements the base layer of the matcher framework.
----------------
jpienaar wrote:
Copy pasta?
https://github.com/llvm/llvm-project/pull/141423
More information about the Mlir-commits
mailing list