This allows for better interaction with tools (such as mlir-lsp-server), as it separates the IR into separate modules for consecutive dumps.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D104073
[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 TimelineHerald added subscribers: dcaballe, cota, teijeong and 16 others. · View Herald TranscriptJun 10 2021, 4:28 PM This revision is now accepted and ready to land.Jun 10 2021, 4:42 PM Closed by commit rG8800047707a9: [mlir-ir-printing] Prefix the dump message with the split marker(// -----) (authored by rriddle). · Explain WhyJun 10 2021, 5:43 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 351317 mlir/lib/Pass/IRPrinting.cpp
mlir/test/Pass/ir-printing.mlir
mlir/test/Pass/run-reproducer.mlir
|