This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize] Debug output as IR attributes
ClosedPublic

Authored by springerm on Dec 10 2021, 9:41 PM.

Details

Summary

Instead of printing analysis debug information to stderr, annotate the IR. This makes it easier to understand decisions made by the analysis, especially in larger input IR.

Diff Detail

Event Timeline

springerm created this revision.Dec 10 2021, 9:41 PM
springerm requested review of this revision.Dec 10 2021, 9:41 PM
nicolasvasilache accepted this revision.Dec 14 2021, 1:09 AM
This revision is now accepted and ready to land.Dec 14 2021, 1:09 AM
This revision was automatically updated to reflect the committed changes.