[Mlir-commits] [mlir] [mlir] MLIR-QUERY slice-matchers implementation (PR #115670)
Denzel-Brian Budii
llvmlistbot at llvm.org
Tue Feb 4 07:39:06 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:
The naming is a bit redundant, I think a more fitting name could be ComplexMatchers or SliceMatchers. Moving them to mlir/include/mlir/IR/Matchers.h could also be a good approach I believe.
https://github.com/llvm/llvm-project/pull/115670
More information about the Mlir-commits
mailing list