13 #ifndef MLIR_TRANSFORMS_VIEWOPGRAPH_H_
14 #define MLIR_TRANSFORMS_VIEWOPGRAPH_H_
17 #include "llvm/Support/raw_ostream.h"
22 #define GEN_PASS_DECL_VIEWOPGRAPH
23 #include "mlir/Transforms/Passes.h.inc"
Include the generated interface declarations.
std::unique_ptr< Pass > createPrintOpGraphPass(raw_ostream &os=llvm::errs())
Creates a pass to print op graphs.