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

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 24 10:40:35 PDT 2021


nemanjai added a comment.

In D104516#2838982 <https://reviews.llvm.org/D104516#2838982>, @mehdi_amini wrote:

> We can disable the JIT tests on PPC in the meantime to get the bot back green?

I think that is a good idea. I'll look into how to set the code model for ORC if you or someone else knows how to disable these (presumably not just `XFAIL` for each individual test), I would appreciate it.


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