This is an archive of the discontinued LLVM Phabricator instance.

[mlir-ir-printing] Prefix the dump message with the split marker(// -----)
ClosedPublic

Authored by rriddle on Jun 10 2021, 4:28 PM.

Details

Summary

This allows for better interaction with tools (such as mlir-lsp-server), as it separates the IR into separate modules for consecutive dumps.

Diff Detail

Event Timeline

rriddle created this revision.Jun 10 2021, 4:28 PM
rriddle requested review of this revision.Jun 10 2021, 4:28 PM
This revision is now accepted and ready to land.Jun 10 2021, 4:42 PM