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:296
void enter() override
Invoked just before Pass::rewriteing PassMan::curr_mut's body.
The compile Plugin
Definition compile.h:8