Compilation context

If anybody can point out,
What is the relation between compilation context, mlir context and llvm context?

Hello, sorry for the late answer. Let me find the right people to answer. But here, it’s really deep in the project, I’m not sure what you’ll do with the info

1 Like

The compilation context is a structure that holds both llvm context and mlir context that are used in the compilation pipeline.
You can take a look here here is pretty straightforward.