MLLIF
a MLIR-based Language to Language Interoperability Flyover
|
An adapter for each dialect in module. one adapter should match to one dialect, and vice versa. (one-to-one) More...
#include <Adapter.h>
Public Member Functions | |
virtual | ~Adapter ()=default |
virtual void | handle (Tree &symbols, std::shared_ptr<::mlir::ModuleOp > module, ::mlir::Operation *op)=0 |
An adapter for each dialect in module. one adapter should match to one dialect, and vice versa. (one-to-one)
|
virtualdefault |
|
pure virtual |
Implemented in mllif::mlir::cir::CIRAdapter.