[all-commits] [llvm/llvm-project] 453b6a: [mlir] Add option to read reproducer options from ...
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Wed Dec 30 10:50:32 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 453b6aadcef9625599d6099011bede710d4524f1
https://github.com/llvm/llvm-project/commit/453b6aadcef9625599d6099011bede710d4524f1
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2020-12-30 (Wed, 30 Dec 2020)
Changed paths:
M mlir/docs/PassManagement.md
M mlir/lib/Support/MlirOptMain.cpp
A mlir/test/Pass/run-reproducer.mlir
Log Message:
-----------
[mlir] Add option to read reproducer options from file
Add command line option to read the configuration dumped by the MLIR crash
reproducer and adds those to the other command line options parsed by mlir-opt.
Simple convenience that enables `mlir-opt --run-reproducer /tmp/repro.mlir`
instead of needing to copy&paste the configuration.
Differential Revision: https://reviews.llvm.org/D93924
More information about the All-commits
mailing list