[PATCH] D77133: [mlir] Add an out-of-tree dialect example

Jean-Michel Gorius via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 31 17:39:36 PDT 2020


Kayjukh added a comment.

In D77133#1953259 <https://reviews.llvm.org/D77133#1953259>, @vchuravy wrote:

> This is fantastic, thanks.
>
> 1. Would it be possible to use `libMLIR.so` and a plugin library?
> 2. LLVM opt has a `-load` option that allows one to load new passes.  So I can do `opt -load=libjulia.so` and load all the Julia passes and then run them as part of opt.


I'm not sure I understand. Do you mean adding a dynamic plugin-loading infrastructure to the `standalone-opt` example tool?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77133/new/

https://reviews.llvm.org/D77133





More information about the llvm-commits mailing list