blob: 6d3d432a706184e03e4a1df49587da1c2a7975f5 [file] [log] [blame]
//===- VectorUnrollInterface.cpp - Unrollable vector operations -*- C++ -*-===//
//
// 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
//
//===----------------------------------------------------------------------===//
#include "mlir/Interfaces/VectorUnrollInterface.h"
using namespace mlir;
//===----------------------------------------------------------------------===//
// VectorUnroll Interfaces
//===----------------------------------------------------------------------===//
/// Include the definitions of the VectorUntoll interfaces.
#include "mlir/Interfaces/VectorUnrollInterface.cpp.inc"