At the moment MlirModules can be converted to MlirOperations, but not
the other way around (at least not without going around the C API). This
makes it impossible to e.g. run passes over a ModuleOp created through
mlirOperationCreate.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo