llvm-project/mlir/test/Pass
Mehdi Amini cd7107a62b Handle the verifier at run() time in the PassManager instead of build time
This simplifies a few parts of the pass manager, but in particular we don't add as many
verifierpass as there are passes in the pipeline, and we can now enable/disable the
verifier after the fact on an already built PassManager.

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D90669
2020-11-03 11:17:14 +00:00
..
crash-recovery.mlir Fix crash in the pass pipeline when local reproducer is enabled 2020-09-21 08:52:50 +00:00
dynamic-pipeline-fail-on-parent.mlir Implement a new kind of Pass: dynamic pass pipeline 2020-09-22 18:51:54 +00:00
dynamic-pipeline-nested.mlir Implement a new kind of Pass: dynamic pass pipeline 2020-09-22 18:51:54 +00:00
dynamic-pipeline.mlir Implement a new kind of Pass: dynamic pass pipeline 2020-09-22 18:51:54 +00: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 Handle the verifier at run() time in the PassManager instead of build time 2020-11-03 11:17:14 +00: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 Handle the verifier at run() time in the PassManager instead of build time 2020-11-03 11:17:14 +00:00