MLIR 22.0.0git
PDLInterp.h
Go to the documentation of this file.
1//===- PDLInterp.h - PDL Interpreter dialect --------------------*- C++ -*-===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8//
9// This file declares the interpreter dialect for the PDL pattern descriptor
10// language.
11//
12//===----------------------------------------------------------------------===//
13
14#ifndef MLIR_DIALECT_PDLINTERP_IR_PDLINTERP_H_
15#define MLIR_DIALECT_PDLINTERP_IR_PDLINTERP_H_
16
20#include "mlir/IR/SymbolTable.h"
24
25//===----------------------------------------------------------------------===//
26// PDLInterp Dialect
27//===----------------------------------------------------------------------===//
28
29#include "mlir/Dialect/PDLInterp/IR/PDLInterpOpsDialect.h.inc"
30
31//===----------------------------------------------------------------------===//
32// PDLInterp Dialect Operations
33//===----------------------------------------------------------------------===//
34
35#define GET_OP_CLASSES
36#include "mlir/Dialect/PDLInterp/IR/PDLInterpOps.h.inc"
37
38#endif // MLIR_DIALECT_PDLINTERP_IR_PDLINTERP_H_