|
picceler
|
MLIR code generator that converts AST nodes to MLIR constructs. This offers the initial IR generation from the AST. More...
#include <mlir_gen.h>
Public Member Functions | |
| MLIRGen (mlir::MLIRContext *context) | |
| mlir::ModuleOp | generate (ModuleNode *root) |
| Generates MLIR code from the given AST root node. | |
MLIR code generator that converts AST nodes to MLIR constructs. This offers the initial IR generation from the AST.
| picceler::MLIRGen::MLIRGen | ( | mlir::MLIRContext * | context | ) |
| mlir::ModuleOp picceler::MLIRGen::generate | ( | ModuleNode * | root | ) |
Generates MLIR code from the given AST root node.
| root | The root node of the AST. |