llvm-project/mlir/lib/Pass
River Riddle 0e3260bc73 Change the IR printing pass instrumentation to ignore the verifier passes on non-failure.
The verifier passes are NO-OP and are only useful to print after in the case of failure. This removes a lot of unnecessary clutter when printing after/before all passes.

PiperOrigin-RevId: 257836310
2019-07-12 17:42:46 -07:00
..
CMakeLists.txt Add build files and update README. 2019-03-30 11:23:22 -07:00
IRPrinting.cpp Change the IR printing pass instrumentation to ignore the verifier passes on non-failure. 2019-07-12 17:42:46 -07:00
Pass.cpp Change the IR printing pass instrumentation to ignore the verifier passes on non-failure. 2019-07-12 17:42:46 -07:00
PassDetail.h Change the IR printing pass instrumentation to ignore the verifier passes on non-failure. 2019-07-12 17:42:46 -07:00
PassManagerOptions.cpp NFC: Make the 'disable-pass-threading' flag a PassManagerOption. 2019-07-08 14:16:08 -07:00
PassRegistry.cpp Remove unused PassID member from PassRegistry (NFC) 2019-05-10 19:27:32 -07:00
PassTiming.cpp Replace dyn_cast<> with isa<> when the returned value is unused (NFC) 2019-05-10 19:29:18 -07:00