[mlir] optional verbose debug messages for transform application
Introduce the additional "transform-dialect-print-top-level-after-all" debug category that allows the user to print the paylaod IR after each transformation performed by the transform dialect. This is useful for understanding and debugging the effects of individual transformations in complex transformations scripts, including in downstreams, without having to modify the transformation script itself. Reviewed By: mravishankar Differential Revision: https://reviews.llvm.org/D133775
Loading
Please sign in to comment