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> Ref normalize_clos(Ref, Ref, Ref arg) { return o == attr::bottom ? arg : Ref{}; }
6
8
9} // namespace mim::plug::clos
Helper class to retrieve Infer::arg if present.
Definition def.h:86
#define MIM_clos_NORMALIZER_IMPL
Definition autogen.h:106
The clos Plugin
Definition clos.h:7
Ref normalize_clos(Ref, Ref, Ref arg)