blob: 2134969e4020db05ab2da316e1f2946d58ae99d5 [file] [log] [blame]
//===- VectorInterfaces.h - Vector interfaces -----------------------------===//
//
// 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 interfaces for vector ops.
//
//===----------------------------------------------------------------------===//
#ifndef MLIR_INTERFACES_VECTORINTERFACES_H
#define MLIR_INTERFACES_VECTORINTERFACES_H
#include "mlir/IR/AffineMap.h"
#include "mlir/IR/OpDefinition.h"
#include "mlir/IR/StandardTypes.h"
/// Include the generated interface declarations.
#include "mlir/Interfaces/VectorInterfaces.h.inc"
#endif // MLIR_INTERFACES_VECTORINTERFACES_H