blob: d14b24a0939b129a4ac981257a5da3b9744c3444 [file] [log] [blame]
//===-- ArithmeticOps.td - Entry point for ArithmeticOps bindings ---------===//
//
// 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 PYTHON_BINDINGS_ARITHMETIC_OPS
#define PYTHON_BINDINGS_ARITHMETIC_OPS
include "mlir/Bindings/Python/Attributes.td"
include "mlir/Dialect/Arithmetic/IR/ArithmeticOps.td"
#endif