7d30e8f3ff1e8a8e9afd0d4f9c56fee09b1c056b
mie_emitter can be inherited from by any structure that supports emitting IR constructs like Ops and Blocks. Dialect Op emitter functions can wrap mie_emitter to simplify emitting specific Ops, and these functions can then be used with any struct that inherits from mie_emitter.
Table of Contents
About The Project
Mie is an extensible intermediate representation framework inspired by LLVM and MLIR. It is designed to accept high-level program representation from a compiler front-end, lower and optimise it into a flat stream of low-level instructions, and then convert it into a target-specific implementation.
(The name Mie is pronounced like "me", "bee", or "sea", and (despite the logo) is not pronounced like "my", "bye", or "pie")
License
Distributed under the BSD 3-Clause License. See LICENSE for more information.
Description
Languages
C
97.2%
CMake
1.8%
Vim Script
1%