Files
clang-p2996/mlir/test/Dialect/Transform/test-interpreter-external.mlir
Oleksandr "Alex" Zinenko 5468f88413 [mlir] update remaining transform tests to main pass (#81279)
Use the main transform interpreter pass instead of the test pass. The
only tests that are not updated are specific to the operation of the
test pass.
2024-02-28 11:06:53 +01:00

11 lines
443 B
MLIR

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