[all-commits] [llvm/llvm-project] 880004: [mlir-ir-printing] Prefix the dump message with th...
River Riddle via All-commits
all-commits at lists.llvm.org
Thu Jun 10 17:43:12 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8800047707a9cd86fb7143699af0e5564c28f4aa
https://github.com/llvm/llvm-project/commit/8800047707a9cd86fb7143699af0e5564c28f4aa
Author: River Riddle <riddleriver at gmail.com>
Date: 2021-06-10 (Thu, 10 Jun 2021)
Changed paths:
M mlir/lib/Pass/IRPrinting.cpp
M mlir/test/Pass/ir-printing.mlir
M mlir/test/Pass/run-reproducer.mlir
Log Message:
-----------
[mlir-ir-printing] Prefix the dump message with the split marker(// -----)
This allows for better interaction with tools (such as mlir-lsp-server), as it separates the IR into separate modules for consecutive dumps.
Differential Revision: https://reviews.llvm.org/D104073
More information about the All-commits
mailing list