//===- PtrDialect.h - Pointer dialect ---------------------------*- C++ -*-===// // // This file is licensed 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 defines the Ptr dialect. // //===----------------------------------------------------------------------===// #ifndef MLIR_DIALECT_PTR_IR_PTROPS_H #define MLIR_DIALECT_PTR_IR_PTROPS_H #include "mlir/Bytecode/BytecodeOpInterface.h" #include "mlir/Dialect/Ptr/IR/PtrAttrs.h" #include "mlir/Dialect/Ptr/IR/PtrDialect.h" #include "mlir/Dialect/Ptr/IR/PtrTypes.h" #include "mlir/IR/OpDefinition.h" #define GET_OP_CLASSES #include "mlir/Dialect/Ptr/IR/PtrOps.h.inc" #endif // MLIR_DIALECT_PTR_IR_PTROPS_H