forked from OSchip/llvm-project
361acbb362
We currently generate reproducer configurations using a comment placed at the top of the generated .mlir file. This is kind of hacky given that comments have no semantic context in the source file and can easily be dropped. This strategy also wouldn't work if/when we have a bitcode format. This commit switches to using an external assembly resource, which is verifiable/can work with a hypothetical bitcode naturally/and removes the awkward processing from mlir-opt for splicing comments and re-applying command line options. With the removal of command line munging, this opens up new possibilities for executing reproducers in memory. Differential Revision: https://reviews.llvm.org/D126447 |
||
---|---|---|
.. | ||
crash-recovery-dynamic-failure.mlir | ||
crash-recovery.mlir | ||
dynamic-pipeline-fail-on-parent.mlir | ||
dynamic-pipeline-nested.mlir | ||
dynamic-pipeline.mlir | ||
generic-pipeline.mlir | ||
interface-pass.mlir | ||
invalid-interface-pass.mlir | ||
invalid-ir-print-after-failure.mlir | ||
invalid-parent.mlir | ||
invalid-pass.mlir | ||
ir-printing.mlir | ||
pass-timing.mlir | ||
pipeline-options-parsing.mlir | ||
pipeline-parsing.mlir | ||
pipeline-stats.mlir | ||
run-reproducer.mlir |