11 lines · plain
1// RUN: mlir-opt %s --pass-pipeline="builtin.module(\2// RUN: transform-preload-library{transform-library-paths=%p%{fs-sep}include%{fs-sep}test-interpreter-external-source.mlir},\3// RUN: transform-interpreter)" \4// RUN: --verify-diagnostics5 6// The schedule in the separate file emits remarks at the payload root.7 8// expected-remark @below {{outer}}9// expected-remark @below {{inner}}10module {}11