• Diego Caballero's avatar
    [MLIR] Introduce flag -print-ngraph-ir-after-all. (#3457) · b71f2462
    Diego Caballero authored
    This PR is a stepping stone towards unifying nGraph MLIRCompiler printing
    flags with those used in MLIR. It enables flag -print-ir-after-all
    implemented in MLIR pass manager and adds flag -print-ngraph-ir-after-all
    to MLIRCompiler so that we can use it to dump IR for those transformations
    that we do directly in MLIRCompiler without using a proper pass. Eventually,
    everything should be working as a pass and the nGraph variant of the
    flag shouldn't be needed. NGRAPH_MLIR_DUMP_ALL macro is no longer
    needed.
    b71f2462
Name
Last commit
Last update
..
dialect Loading commit data...
pass Loading commit data...
CMakeLists.txt Loading commit data...
compiler.cpp Loading commit data...
compiler.hpp Loading commit data...
lowerer.cpp Loading commit data...
lowerer.hpp Loading commit data...
memory_manager.cpp Loading commit data...
memory_manager.hpp Loading commit data...
op_lowerers.inc Loading commit data...
ops_supported.inc Loading commit data...