MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
debug_print.cpp
Go to the documentation of this file.
2
3#include <mim/lam.h>
4
6
7namespace mim::plug::compile {
8
10 if (level_ >= 2) world().DLOG("L{}: enter {}", level_, curr_mut());
11}
12
13} // namespace mim::plug::compile
World & world()
Definition pass.h:326
void enter() override
Invoked just before Pass::rewriteing PassMan::curr_mut's body.
The compile Plugin
Definition debug_print.h:7