[Mlir-commits] [mlir] [mlir] MLIR-QUERY DefinitionsMatcher implementation & DAG (PR #115670)
Jacques Pienaar
llvmlistbot at llvm.org
Thu Jan 9 22:55:09 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
----------------
jpienaar wrote:
All the matchers in this dir is for mlir-query.
https://github.com/llvm/llvm-project/pull/115670
More information about the Mlir-commits
mailing list