MLIR-AIE
|
#include "aie/Dialect/AIE/IR/AIEDialect.h"
#include "aie/Dialect/AIE/Transforms/AIEPasses.h"
#include "aie/Dialect/AIE/Transforms/AIEPathFinder.h"
#include "mlir/IR/IRMapping.h"
#include "mlir/IR/PatternMatch.h"
#include "mlir/Pass/Pass.h"
#include "mlir/Tools/mlir-translate/MlirTranslateMain.h"
#include "mlir/Transforms/DialectConversion.h"
#include "llvm/Support/Debug.h"
Go to the source code of this file.
Classes | |
struct | xilinx::AIE::AIEOpRemoval< MyOp > |
Namespaces | |
namespace | xilinx |
namespace | xilinx::AIE |
Include the generated interface declarations. | |
Macros | |
#define | DEBUG_TYPE "aie-create-pathfinder-flows" |
Functions | |
std::unique_ptr< mlir::OperationPass< DeviceOp > > | xilinx::AIE::createAIEPathfinderPass () |
#define DEBUG_TYPE "aie-create-pathfinder-flows" |
Definition at line 26 of file AIECreatePathFindFlows.cpp.