blob: 48399ad0d53a84bc3084013f8e518ec02682d264 [file] [log] [blame]
//===- LoopLikeInterface.h - Loop-like operations interface ---------------===//
//
// 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 file implements the operation interface for loop like operations.
//
//===----------------------------------------------------------------------===//
#ifndef MLIR_INTERFACES_LOOPLIKEINTERFACE_H_
#define MLIR_INTERFACES_LOOPLIKEINTERFACE_H_
#include "mlir/IR/OpDefinition.h"
/// Include the generated interface declarations.
#include "mlir/Interfaces/LoopLikeInterface.h.inc"
#endif // MLIR_INTERFACES_LOOPLIKEINTERFACE_H_