llvm-project/mlir/test/Pass
River Riddle 983382f134 [mlir][Pass] Add support for generating local crash reproducers
This revision adds a mode to the crash reproducer generator to attempt to generate a more local reproducer. This will attempt to generate a reproducer right before the offending pass that fails. This is useful for the majority of failures that are specific to a single pass, and situations where some passes in the pipeline are not registered with a specific tool.

Differential Revision: https://reviews.llvm.org/D78314
2020-04-29 15:23:10 -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 Add a flag to the IRPrinter instrumentation to only print after a pass if there is a change to the IR. 2019-12-06 17:05:05 -08:00
pass-timing.mlir Convert the Canonicalize and CSE passes to generic Operation Passes. 2019-10-24 15:01:09 -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