Especially for "negative" tests (invalid IR triggering verifiers, etc), it quickly becomes rather tedious to separate everything into its own *.mlir file. mlir-opt handles this with --split-input-file, which allows you to have multiple failing test in a single *.mlir file.
Especially for "negative" tests (invalid IR triggering verifiers, etc), it quickly becomes rather tedious to separate everything into its own *.mlir file.
mlir-opthandles this with--split-input-file, which allows you to have multiple failing test in a single *.mlir file.