MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
normalizers.cpp
Go to the documentation of this file.
2
3namespace mim::plug::clos {
4
5template<attr o> const Def* normalize_clos(const Def*, const Def*, const Def* arg) {
6 return o == attr::bottom ? arg : nullptr;
7}
8
10
11} // namespace mim::plug::clos
Base class for all Defs.
Definition def.h:197
#define MIM_clos_NORMALIZER_IMPL
Definition autogen.h:106
The clos Plugin
Definition clos.h:7
const Def * normalize_clos(const Def *, const Def *, const Def *arg)