MLIR 22.0.0git
PtrAttrs.h
Go to the documentation of this file.
1//===- PtrAttrs.h - Pointer dialect attributes ------------------*- C++ -*-===//
2//
3// This file is licensed 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 Ptr dialect attributes.
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef MLIR_DIALECT_PTR_IR_PTRATTRS_H
14#define MLIR_DIALECT_PTR_IR_PTRATTRS_H
15
19#include "llvm/Support/TypeSize.h"
20
23
24namespace mlir {
25namespace ptr {
26class PtrType;
27} // namespace ptr
28} // namespace mlir
29
30#define GET_ATTRDEF_CLASSES
31#include "mlir/Dialect/Ptr/IR/PtrOpsAttrs.h.inc"
32
33#endif // MLIR_DIALECT_PTR_IR_PTRATTRS_H
Include the generated interface declarations.