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

Valentin Churavy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 31 13:11:09 PDT 2020


vchuravy added a comment.

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.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77133





More information about the llvm-commits mailing list