This is an archive of the discontinued LLVM Phabricator instance.

[mlir] optional verbose debug messages for transform application
ClosedPublic

Authored by ftynse on Sep 13 2022, 7:25 AM.

Details

Summary

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.

Diff Detail

Event Timeline

ftynse created this revision.Sep 13 2022, 7:25 AM
ftynse requested review of this revision.Sep 13 2022, 7:25 AM
This revision is now accepted and ready to land.Sep 13 2022, 8:58 AM