|
MLIR
22.0.0git
|
#include "mlir/Pass/Pass.h"#include "mlir/Transforms/Passes.h"#include "llvm/Support/Debug.h"#include "mlir/Transforms/Passes.h.inc"Go to the source code of this file.
Namespaces | |
| mlir | |
| Include the generated interface declarations. | |
Macros | |
| #define | GEN_PASS_DEF_PRINTIRPASS |
Functions | |
| std::unique_ptr< Pass > | mlir::createPrintIRPass (const PrintIRPassOptions &={}) |
| Creates a pass to print IR on the debug stream. More... | |
| #define GEN_PASS_DEF_PRINTIRPASS |
Definition at line 16 of file PrintIR.cpp.