blob: 5b7caabc23419f24b961474eb5c52f3a1f471d07 [file] [log] [blame]
//===-- StandardOps.td - Entry point for StandardOps bind --*- 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
//
//===----------------------------------------------------------------------===//
//
// This is the main file from which the Python bindings for the Standard
// dialect are generated.
//
//===----------------------------------------------------------------------===//
#ifndef PYTHON_BINDINGS_STANDARD_OPS
#define PYTHON_BINDINGS_STANDARD_OPS
include "mlir/Bindings/Python/Attributes.td"
include "mlir/Dialect/StandardOps/IR/Ops.td"
#endif