[all-commits] [llvm/llvm-project] 26167c: Print the `// ----` separator between modules when...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Thu Jan 20 21:16:29 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 26167cae45154d326aba88c8e8ca72e2bc42ea30
https://github.com/llvm/llvm-project/commit/26167cae45154d326aba88c8e8ca72e2bc42ea30
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2022-01-21 (Fri, 21 Jan 2022)
Changed paths:
M mlir/lib/Support/MlirOptMain.cpp
M mlir/test/Dialect/OpenACC/ops.mlir
Log Message:
-----------
Print the `// ----` separator between modules when using -split-input-file with mlir-opt
This allows to pipe sequences of `mlir-opt -split-input-file | mlir-opt -split-input-file`.
Depends On D117750
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D117756
More information about the All-commits
mailing list