This is an archive of the discontinued LLVM Phabricator instance.

[mlir] make transform interpreter debug spew less verbose
ClosedPublic

Authored by ftynse on Apr 11 2023, 7:15 AM.

Details

Summary

In particular, move the printing of the top-level payload after each
transform under the "full output" debug flag, it is rarely useful and
excessively long. Also don't print the regions of the transform
operation being applied as each individual operation in the region is
likely going to be applied later by itself and therefore printed.

Diff Detail

Event Timeline

ftynse created this revision.Apr 11 2023, 7:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 11 2023, 7:15 AM
ftynse requested review of this revision.Apr 11 2023, 7:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 11 2023, 7:15 AM
nicolasvasilache accepted this revision.Apr 11 2023, 8:32 AM
This revision is now accepted and ready to land.Apr 11 2023, 8:32 AM
This revision was landed with ongoing or failed builds.Apr 11 2023, 8:34 AM
This revision was automatically updated to reflect the committed changes.