mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
When tooling out there produces a reproducer that is archived, the first thing a user is likely to expect is to process this as they do with any MLIR file. However https://reviews.llvm.org/D126447 changed the behavior of mlir-opt to eliminate the `--run-reproducer` option and instead automatically run it when present in the input file. This creates a discrepancy in how mlir-opt behaves when fed with an input file, and is surprising for users. The explicit passing of `--run-reproducer` to express user-intent seems more in line with what is expected from `mlir-opt`. Reviewed By: rriddle, jpienaar Differential Revision: https://reviews.llvm.org/D149820
MLIR documentation ================== Please note mlir.llvm.org is where MLIR's rendered documentation is displayed. The viewing experience on GitHub or elsewhere may not match those of the website. For any changes please verify instead that they work on the main website first. See https://github.com/llvm/mlir-www for the website generation information.