torch-mlir/lib/Dialect/TorchConversion/Transforms/PassDetail.h

30 lines
960 B
C++

//===- PassDetail.h - Pass details ------------------------------*- 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
// Also available under a BSD-style license. See LICENSE.
//
//===----------------------------------------------------------------------===//
#ifndef TORCHMLIR_DIALECT_TORCHCONVERSION_TRANSFORMS_PASSDETAIL_H
#define TORCHMLIR_DIALECT_TORCHCONVERSION_TRANSFORMS_PASSDETAIL_H
#include "mlir/Interfaces/FunctionInterfaces.h"
#include "mlir/Pass/Pass.h"
namespace mlir {
class ModuleOp;
namespace torch {
namespace TorchConversion {
#define GEN_PASS_CLASSES
#include "torch-mlir/Dialect/TorchConversion/Transforms/Passes.h.inc"
} // namespace TorchConversion
} // namespace torch
} // end namespace mlir
#endif // TORCHMLIR_DIALECT_TORCHCONVERSION_TRANSFORMS_PASSDETAIL_H