llvm-project/mlir/test/Pass
River Riddle cb9ae0025c [mlir] Add a new context flag for disabling/enabling multi-threading
This is useful for several reasons:
* In some situations the user can guarantee that thread-safety isn't necessary and don't want to pay the cost of synchronization, e.g., when parsing a very large module.

* For things like logging threading is not desirable as the output is not guaranteed to be in stable order.

This flag also subsumes the pass manager flag for multi-threading.

Differential Revision: https://reviews.llvm.org/D79266
2020-05-02 12:32:25 -07:00
..
crash-recovery.mlir [mlir][Pass] Add support for generating local crash reproducers 2020-04-29 15:23:10 -07:00
ir-printing.mlir [mlir] Add a new context flag for disabling/enabling multi-threading 2020-05-02 12:32:25 -07:00
pass-timing.mlir [mlir] Add a new context flag for disabling/enabling multi-threading 2020-05-02 12:32:25 -07:00
pipeline-options-parsing.mlir Refactor the way that pass options are specified. 2019-12-23 16:48:22 -08:00
pipeline-parsing.mlir Convert the Canonicalize and CSE passes to generic Operation Passes. 2019-10-24 15:01:09 -07:00
pipeline-stats.mlir Use regex to fix failure when stats are disabled. 2019-12-06 09:29:14 -08:00