[PATCH] D104516: [mlir] Add a ThreadPool to MLIRContext and refactor MLIR threading usage

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 2 19:50:08 PDT 2021


lhames added a comment.

In D104516#2861574 <https://reviews.llvm.org/D104516#2861574>, @nemanjai wrote:

> In D104516#2851594 <https://reviews.llvm.org/D104516#2851594>, @lhames wrote:
>
>> I recently landed changes to JITLink's ELF support that make it easier to write new JITLink backends -- I think the ideal fix here would be to implement a PPC64 ELF backend for JITLink and eliminates those limitations altogether.
>
> This has come up in other contexts as well and it certainly seems like a worthwhile project for us to undertake as soon as resources are available. Would you be able to provide a link to some documentation to guide a developer that only has experience with the back end and no JIT experience?

@nemanjai Two of the best resources would be https://llvm.org/docs/JITLink.html, and the recently posted review for a minimal ELF/AArch64 backend: https://reviews.llvm.org/D108986.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104516



More information about the llvm-commits mailing list