9 lines
374 B
MLIR
9 lines
374 B
MLIR
|
// RUN: mlir-opt %s --pass-pipeline="builtin.module(test-transform-dialect-interpreter{transform-file-name=%p%{fs-sep}include%{fs-sep}test-interpreter-external-source.mlir})" \
|
||
|
// RUN: --verify-diagnostics
|
||
|
|
||
|
// The schedule in the separate file emits remarks at the payload root.
|
||
|
|
||
|
// expected-remark @below {{outer}}
|
||
|
// expected-remark @below {{inner}}
|
||
|
module {}
|