Add a dump() method on the pass manager for debugging purpose (NFC)
authorMehdi Amini <joker.eph@gmail.com>
Wed, 23 Sep 2020 05:50:05 +0000 (05:50 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Wed, 23 Sep 2020 05:53:41 +0000 (05:53 +0000)
commitfe3c1195cfd027fdd28b6d373b3cd9519d5253ec
treec0f09b85f30b59ec91fbd2f154620ad35775f9e4
parent00f6ebef6e347e0d24a8f940fe43656719e88cb8
Add a dump() method on the pass manager for debugging purpose (NFC)

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D88008
mlir/include/mlir/Pass/Pass.h
mlir/include/mlir/Pass/PassManager.h
mlir/lib/Pass/Pass.cpp