MLIR 23.0.0git
MemoryAccessOpInterfaces.h
Go to the documentation of this file.
1//===- MemoryAccessOpInterfaces.h -------------------------------*- C++ -*-===//
2//
3// Part of the LLVM Project, 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#ifndef MLIR_DIALECT_MEMREF_IR_MEMORYACCESSOPINTERFACES_H
10#define MLIR_DIALECT_MEMREF_IR_MEMORYACCESSOPINTERFACES_H
11
14#include "mlir/IR/Operation.h"
15#include "mlir/Support/LLVM.h"
16
17namespace mlir {
18class RewriterBase;
19
20namespace memref::detail {
23} // namespace memref::detail
24} // namespace mlir
25
26//===----------------------------------------------------------------------===//
27// Memory Access Op Interfaces
28//===----------------------------------------------------------------------===//
29
30#include "mlir/Dialect/MemRef/IR/MemoryAccessOpInterfaces.h.inc"
31
32#endif // MLIR_DIALECT_MEMREF_IR_MEMORYACCESSOPINTERFACES_H
Operation is the basic unit of execution within MLIR.
Definition Operation.h:88
This class coordinates the application of a rewrite on a set of IR, providing a way for clients to tr...
LogicalResult verifyIndexedMemCopyOpInterface(Operation *op)
LogicalResult verifyIndexedAccessOpInterface(Operation *op)
Include the generated interface declarations.