llvm-project/mlir/lib/Pass
Mehdi Amini 83892d76f4 Print custom assembly on pass failure by default
The printer is now resilient to invalid IR and will already automatically
fallback to the generic form on invalid IR. Using the generic printer on
pass failure was a conservative option before the printer was made
failsafe.

Reviewed By: lattner, rriddle, jpienaar, bondhugula

Differential Revision: https://reviews.llvm.org/D123915
2022-04-19 17:29:08 +00:00
..
CMakeLists.txt [mlir] Refactor the implementation of pass crash reproducers 2021-05-19 16:59:53 -07:00
IRPrinting.cpp Print custom assembly on pass failure by default 2022-04-19 17:29:08 +00:00
Pass.cpp [mlir][NFC] Drop a few unnecessary includes from Pass.h 2022-04-07 23:42:47 -07:00
PassCrashRecovery.cpp [mlir][NFC] Drop a few unnecessary includes from Pass.h 2022-04-07 23:42:47 -07:00
PassDetail.h Adjust "end namespace" comment in MLIR to match new agree'd coding style 2021-12-08 06:05:26 +00:00
PassManagerOptions.cpp Revert "[MLIR] Provide a way to print ops in custom form on pass failure" 2022-04-17 18:55:09 +00:00
PassRegistry.cpp [mlir] Allow for using OpPassManager in pass options 2022-04-02 00:45:11 -07:00
PassStatistics.cpp [mlir] Use array_pod_sort for sorting stats/counters. 2022-03-17 20:14:24 +01:00
PassTiming.cpp [mlir][NFC] Replace references to Identifier with StringAttr 2021-11-16 17:36:26 +00:00