Thorin 1.9.0
The Higher ORder INtermediate representation
Loading...
Searching...
No Matches
math.cpp
Go to the documentation of this file.
2
3#include <thorin/config.h>
4
5#include <thorin/pass/pass.h>
6
7using namespace thorin;
8
10 return {"math", [](Normalizers& normalizers) { plug::math::register_normalizers(normalizers); }, nullptr, nullptr};
11}
#define THORIN_EXPORT
Definition config.h:16
void register_normalizers(Normalizers &normalizers)
Definition cfg.h:11
THORIN_EXPORT thorin::Plugin thorin_get_plugin()
To be implemented and exported by a plugin.
absl::flat_hash_map< flags_t, NormalizeFn > Normalizers
Definition plugin.h:19
Basic info and registration function pointer to be returned from a specific plugin.
Definition plugin.h:29