Transform dialect interpreter is designed to be usable outside of the pass pipeline, as the main program transformation driver, e.g., for languages with explicit schedules. Provide an example of such usage with a couple of tests.
6 lines
156 B
MLIR
6 lines
156 B
MLIR
// RUN: mlir-opt %s --verify-diagnostics
|
|
// This file is used as additional input.
|
|
|
|
// expected-error @below {{expected operation name in quotes}}
|
|
module {
|