MimIR
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
demo.cpp
Go to the documentation of this file.
2
3#include <mim/pass.h>
4#include <mim/plugin.h>
5
6using namespace mim;
7
8/// Registers normalizers as well as Phase%s and Pass%es for the Axm%s of this Plugin.
10 return {"demo", MIM_VERSION, plug::demo::register_normalizers, nullptr};
11}
#define MIM_EXPORT
Definition config.h:19
void register_normalizers(Normalizers &normalizers)
Definition ast.h:14
mim::Plugin mim_get_plugin()
#define MIM_VERSION
Definition plugin.h:54
Basic info and registration function pointer to be returned from a specific plugin.
Definition plugin.h:59