Files
clang-p2996/mlir/python/mlir/dialects/SMTOps.td
Maksim Levental 697aa9995c [mlir][SMT] add python bindings (#135674)
This PR adds "rich" python bindings to SMT dialect.
2025-04-16 18:17:09 -04:00

15 lines
507 B
TableGen

//===- SMTOps.td - Entry point for SMT bindings ------------*- tablegen -*-===//
//
// 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
//
//===----------------------------------------------------------------------===//
#ifndef BINDINGS_PYTHON_SMT_OPS
#define BINDINGS_PYTHON_SMT_OPS
include "mlir/Dialect/SMT/IR/SMT.td"
#endif // BINDINGS_PYTHON_SMT_OPS