[Mlir-commits] [mlir] [mlir] MLIR-QUERY DefinitionsMatcher implementation & DAG (PR #115670)

Denzel-Brian Budii llvmlistbot at llvm.org
Mon Jan 20 13:50:08 PST 2025


================
@@ -0,0 +1,193 @@
+//===- Matchers.h - Various common matchers ---------------------*- C++ -*-===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+//
+// This file provides extra matchers that are very useful for mlir-query
----------------
chios202 wrote:

So I think we could remove this description?

https://github.com/llvm/llvm-project/pull/115670


More information about the Mlir-commits mailing list