This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Transform] Allow printing inside matchers
ClosedPublic

Authored by qedawkins on Jul 23 2023, 10:52 PM.

Details

Summary

Enables printf style debugging of matchers through transform.print
within the body of a matcher.

Diff Detail

Event Timeline

qedawkins created this revision.Jul 23 2023, 10:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 23 2023, 10:52 PM
qedawkins requested review of this revision.Jul 23 2023, 10:52 PM
ftynse accepted this revision.Jul 24 2023, 12:49 AM
This revision is now accepted and ready to land.Jul 24 2023, 12:49 AM
This revision was automatically updated to reflect the committed changes.